# HG changeset patch # User Ludovic Chabant # Date 1490930056 25200 # Node ID 499a7ff5c990187bde41d2aae6ea1e9c4af4aab1 # Parent 10a82dec3fe4d5092090c874b6f9d896a5629391 cm: Remove `imagemin` temporarily. diff -r 10a82dec3fe4 -r 499a7ff5c990 Gruntfile.js --- 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']);