Skip to content

Commit

Permalink
fix the syntax of a comma-separated list.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanCode committed Jun 17, 2015
1 parent c31ca04 commit 2913c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ module.exports = function (grunt) {
dest: '<%%= yeoman.dist %>/',
src: [
'**/*',
'!**/*.(scss,sass,css)',
'!**/*.{scss,sass,css}',
]
},
tmp: {
Expand Down

0 comments on commit 2913c0d

Please sign in to comment.