Skip to content

Commit

Permalink
Watch SVG files. Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 7, 2013
1 parent 8219731 commit 3dee587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Expand Up @@ -41,7 +41,7 @@ module.exports = function (grunt) {
'<%%= yeoman.app %>/*.html', '<%%= yeoman.app %>/*.html',
'{.tmp,<%%= yeoman.app %>}/styles/{,*/}*.css', '{.tmp,<%%= yeoman.app %>}/styles/{,*/}*.css',
'{.tmp,<%%= yeoman.app %>}/scripts/{,*/}*.js', '{.tmp,<%%= yeoman.app %>}/scripts/{,*/}*.js',
'<%%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp}' '<%%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}'
], ],
tasks: ['livereload'] tasks: ['livereload']
} }
Expand Down

0 comments on commit 3dee587

Please sign in to comment.