Leave modpack archive in place for local builds
This commit is contained in:
+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