Navigation Menu

Skip to content

Commit

Permalink
feat(app): imagemin handles gifs
Browse files Browse the repository at this point in the history
Update Gruntfile to let imagemin handle gifs
  • Loading branch information
eddiemonge committed Nov 13, 2013
1 parent d5d3e45 commit 9341eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/common/Gruntfile.js
Expand Up @@ -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'
}]
}
Expand Down Expand Up @@ -263,7 +263,7 @@ module.exports = function (grunt) {
'*.{ico,png,txt}',
'.htaccess',
'bower_components/**/*',
'images/{,*/}*.{gif,webp}',
'images/{,*/}*.{webp}',
'fonts/*'
]
}, {
Expand Down

0 comments on commit 9341eb9

Please sign in to comment.