From 6bbea1bbf26fe59c06ed1cbba261c83ded0afcfb Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 24 May 2013 23:35:31 +0800 Subject: [PATCH] Clean atom-shell caches in 'rake clean'. --- Rakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index cf42db771..5b7fb0fb3 100644 --- a/Rakefile +++ b/Rakefile @@ -73,15 +73,11 @@ task :clean do `rm -rf #{application_path()}` `rm -rf #{BUILD_DIR}` `rm -rf /tmp/atom-coffee-cache` + `rm -rf /tmp/atom-cached-atom-shells` `rm -rf node_modules` `rm -rf atom-shell` end -desc "Delete cached atom-shells" -task "clean-atom-shell-cache" do - `rm -rf /tmp/atom-cached-atom-shells` -end - desc "Run the specs" task :test => ["clone-default-bundles", "build"] do `pkill Atom`