Don't assume we can remove the BUILD_DIR

This commit is contained in:
probablycorey 2013-06-18 11:57:23 -07:00
parent fcaa952973
commit 5875c814df

View File

@ -123,7 +123,7 @@ module.exports = (grunt) ->
rm 'prebuilt-cef'
grunt.registerTask 'build', 'Build the application', ->
rm BUILD_DIR
rm SHELL_APP_DIR
mkdir path.dirname(BUILD_DIR)
cp 'atom-shell/Atom.app', SHELL_APP_DIR