From 1425e0c23e2954a328cd38a94f1308ca58593089 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sat, 7 May 2016 18:42:58 -0700 Subject: [PATCH] Fix overloading "compress" grunt task names --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e1f98d1e..cd557bf3 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -53,7 +53,7 @@ module.exports = (grunt)-> grunt.registerTask 'default', 'run tests to verify data files', ['test'] - grunt.registerTask 'compress', 'compress images files to the maximum extent', + grunt.registerTask 'pngcrush', 'compress images files to the maximum extent', ['script:pngcrush'] grunt.registerTask 'dist', 'build the project to be run from Amazon S3',