rake clean should kill the compiled scripts directory

This commit is contained in:
Will Farrington 2013-02-06 15:10:25 -08:00
parent cec0757f55
commit b333cf2734

View File

@ -109,6 +109,7 @@ task :clean do
output = `xcodebuild clean`
`rm -rf #{application_path()}`
`rm -rf #{BUILD_DIR}`
`rm -rf /tmp/atom-compiled-scripts`
end
desc "Run Atom"