diff Gruntfile.js @ 434:499a7ff5c990

cm: Remove `imagemin` temporarily.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 30 Mar 2017 20:14:16 -0700
parents 67cda09b0524
children
line wrap: on
line diff
--- a/Gruntfile.js	Thu Mar 30 20:04:40 2017 -0700
+++ b/Gruntfile.js	Thu Mar 30 20:14:16 2017 -0700
@@ -121,7 +121,7 @@
   grunt.loadNpmTasks('grunt-contrib-watch');
 
   // Default task(s).
-  grunt.registerTask('default', ['jshint', 'less:production', 'requirejs:production', 'imagemin:all', 'copy:production']);
+  grunt.registerTask('default', ['jshint', 'less:production', 'requirejs:production', 'copy:production']);
 
   // Other tasks.
   grunt.registerTask('dev', ['less:development', 'requirejs:development', 'copy:production', 'copy:development']);