mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Create path to install directory
This commit is contained in:
@@ -139,6 +139,7 @@ module.exports = (grunt) ->
|
||||
|
||||
grunt.registerTask 'install', 'Install the built application', ->
|
||||
rm INSTALL_DIR
|
||||
mkdir path.dirname(INSTALL_DIR)
|
||||
cp path.join(BUILD_DIR, APP_NAME), INSTALL_DIR
|
||||
|
||||
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
|
||||
|
||||
Reference in New Issue
Block a user