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