From 9341eb9b710b95c95407dc54ed4af6aa4a496426 Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Wed, 13 Nov 2013 12:22:15 -0800 Subject: [PATCH] feat(app): imagemin handles gifs Update Gruntfile to let imagemin handle gifs --- templates/common/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 06ff9093b..8c611aada 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -195,7 +195,7 @@ module.exports = function (grunt) { files: [{ expand: true, cwd: '<%%= yeoman.app %>/images', - src: '{,*/}*.{png,jpg,jpeg}', + src: '{,*/}*.{png,jpg,jpeg,gif}', dest: '<%%= yeoman.dist %>/images' }] } @@ -263,7 +263,7 @@ module.exports = function (grunt) { '*.{ico,png,txt}', '.htaccess', 'bower_components/**/*', - 'images/{,*/}*.{gif,webp}', + 'images/{,*/}*.{webp}', 'fonts/*' ] }, {