We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 480515f + 7ba1ff1 commit 697a458Copy full SHA for 697a458
1 file changed
templates/common/Gruntfile.js
@@ -89,7 +89,7 @@ module.exports = function (grunt) {
89
'<%%= yeoman.app %>/views/{,*//*}*.{html,jade}',
90
'{.tmp,<%%= yeoman.app %>}/styles/{,*//*}*.css',
91
'{.tmp,<%%= yeoman.app %>}/scripts/{,*//*}*.js',
92
- '<%%= yeoman.app %>/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}',
+ '<%%= yeoman.app %>/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}'
93
],
94
95
options: {
0 commit comments