Skip to content

Commit 7ba1ff1

Browse files
author
Konstantinos Kostarellis
committed
removes an wrongly placed ","
1 parent 480515f commit 7ba1ff1

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)