From dbd4acfdeea9bf779d1baeac0ab76c24143ee2be Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 22 Jul 2014 20:54:19 +0200 Subject: [PATCH] run all imagemin tasks on build --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a027f26e..8d1da992 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -287,8 +287,7 @@ module.exports = function(grunt){ 'cmq', 'cssmin', 'uglify', - 'imagemin:assets', - 'imagemin:touchicons', + 'imagemin', 'rsync:copy_build', 'rev', 'usemin'