Fix overloading "compress" grunt task names
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ module.exports = (grunt)->
|
|||||||
grunt.registerTask 'default', 'run tests to verify data files',
|
grunt.registerTask 'default', 'run tests to verify data files',
|
||||||
['test']
|
['test']
|
||||||
|
|
||||||
grunt.registerTask 'compress', 'compress images files to the maximum extent',
|
grunt.registerTask 'pngcrush', 'compress images files to the maximum extent',
|
||||||
['script:pngcrush']
|
['script:pngcrush']
|
||||||
|
|
||||||
grunt.registerTask 'dist', 'build the project to be run from Amazon S3',
|
grunt.registerTask 'dist', 'build the project to be run from Amazon S3',
|
||||||
|
|||||||
Reference in New Issue
Block a user