From b0706ee9fbc9909d189454f297553bd50cfc3a23 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 28 Mar 2013 10:06:41 -0400 Subject: [PATCH] Update coffee cache path used in clean task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3f3c926eb..53c25b734 100644 --- a/Rakefile +++ b/Rakefile @@ -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