Mercurial > wikked
changeset 434:499a7ff5c990
cm: Remove `imagemin` temporarily.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 30 Mar 2017 20:14:16 -0700 |
parents | 10a82dec3fe4 |
children | d8a1a031ad7d |
files | Gruntfile.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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']);