diff --git a/templates/common/_Gruntfile.js b/templates/common/_Gruntfile.js index 3bf2012..8395e85 100644 --- a/templates/common/_Gruntfile.js +++ b/templates/common/_Gruntfile.js @@ -294,7 +294,7 @@ module.exports = function (grunt) { dest: '<%%= yeoman.dist %>/', src: [ '**/*', - '!**/*.(scss,sass,css)', + '!**/*.{scss,sass,css}', ] }, tmp: {