From 9973fb14e86abab20c9f9bd67cdf044386134a89 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 7 Feb 2013 12:09:23 -0700 Subject: [PATCH] Run `rake clean` prior to running `rake install` --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ca95f6400..9e4b28940 100644 --- a/Rakefile +++ b/Rakefile @@ -25,7 +25,7 @@ task "bootstrap" do end desc "Creates symlink from `application_path() to /Applications/Atom and creates `atom` cli app" -task :install => :build do +task :install => [:clean, :build] do path = application_path() exit 1 if not path