Skip to content

Commit

Permalink
Merge pull request #29 from passy/gif-webp
Browse files Browse the repository at this point in the history
Copy webp and gif images to dist/
  • Loading branch information
sindresorhus committed Mar 5, 2013
2 parents 81c2a7f + a850f1b commit 1fc9699
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/templates/Gruntfile.js
Expand Up @@ -41,7 +41,7 @@ module.exports = function (grunt) {
'<%%= yeoman.app %>/*.html',
'{.tmp,<%%= yeoman.app %>}/styles/{,*/}*.css',
'{.tmp,<%%= yeoman.app %>}/scripts/{,*/}*.js',
'<%%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,webp}'
'<%%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp}'
],
tasks: ['livereload']
}
Expand Down Expand Up @@ -245,7 +245,8 @@ module.exports = function (grunt) {
dest: '<%%= yeoman.dist %>',
src: [
'*.{ico,txt}',
'.htaccess'
'.htaccess',
'images/{,*/}*.{webp,gif}'
]
}]
}
Expand Down

0 comments on commit 1fc9699

Please sign in to comment.