diff --git a/Gruntfile.coffee b/Gruntfile.coffee index d11b4c48c..4ea686dc5 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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'])