Fix overloading "compress" grunt task names

This commit is contained in:
Andrew Miner
2016-05-07 18:42:58 -07:00
parent 4fb606d587
commit 1425e0c23e
+1 -1
View File
@@ -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',