Skip to content

Commit 697a458

Browse files
committed
Merge pull request #127 from delight/grunt-config
removes a wrongly placed ","
2 parents 480515f + 7ba1ff1 commit 697a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = function (grunt) {
8989
'<%%= yeoman.app %>/views/{,*//*}*.{html,jade}',
9090
'{.tmp,<%%= yeoman.app %>}/styles/{,*//*}*.css',
9191
'{.tmp,<%%= yeoman.app %>}/scripts/{,*//*}*.js',
92-
'<%%= yeoman.app %>/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}',
92+
'<%%= yeoman.app %>/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}'
9393
],
9494

9595
options: {

0 commit comments

Comments
 (0)