Update coffee cache path used in clean task

This commit is contained in:
Kevin Sawicki
2013-03-28 10:06:41 -04:00
parent d54f2e6eab
commit b0706ee9fb

View File

@@ -84,7 +84,7 @@ task :clean do
output = `xcodebuild clean`
`rm -rf #{application_path()}`
`rm -rf #{BUILD_DIR}`
`rm -rf /tmp/atom-compiled-scripts`
`rm -rf /tmp/atom-coffee-cache`
`rm -rf node_modules`
`rm -rf cef`
end