Leave modpack archive in place for local builds

This commit is contained in:
Andrew Miner
2016-04-27 22:44:20 -07:00
parent de546ff192
commit 7c340acd09
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ aws.config
build build
dist dist
node_modules node_modules
data/modpack.cg
+1 -1
View File
@@ -54,7 +54,7 @@ module.exports = (grunt)->
['test'] ['test']
grunt.registerTask 'dist', 'build the project to be run from Amazon S3', grunt.registerTask 'dist', 'build the project to be run from Amazon S3',
['clean', 'script:compile-archive', 'symlink:images', 'compress', 'clean:modpack'] ['clean', 'script:compile-archive', 'symlink:images', 'compress']
grunt.registerTask 'test', 'run unit tests', grunt.registerTask 'test', 'run unit tests',
['mochaTest'] ['mochaTest']