Rake clean should also clean unused files of master branch.

So when people switch from master branch to atom-shell, they wouldn't
have to clean those files themselves.
This commit is contained in:
Cheng Zhao 2013-05-28 19:12:01 +08:00
parent b1e8a45fbe
commit aace41032e

View File

@ -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"