Leave modpack archive in place for local builds
This commit is contained in:
@@ -3,3 +3,4 @@ aws.config
|
||||
build
|
||||
dist
|
||||
node_modules
|
||||
data/modpack.cg
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ module.exports = (grunt)->
|
||||
['test']
|
||||
|
||||
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',
|
||||
['mochaTest']
|
||||
|
||||
Reference in New Issue
Block a user