Skip to content

Commit

Permalink
Rake clean should also clean unused files of master branch.
Browse files Browse the repository at this point in the history
So when people switch from master branch to atom-shell, they wouldn't
have to clean those files themselves.
  • Loading branch information
zcbenz committed May 29, 2013
1 parent b1e8a45 commit aace410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -55,6 +55,9 @@ task :clean do
`rm -rf /tmp/atom-cached-atom-shells`
`rm -rf node_modules`
`rm -rf atom-shell`
`rm -rf cef`
`rm -rf node`
`rm -rf prebuilt-cef`
end

desc "Run the specs"

0 comments on commit aace410

Please sign in to comment.