From 2913c0d1236913144b04346af648d3ce16cdb3b2 Mon Sep 17 00:00:00 2001 From: Zhang ShengYan Date: Wed, 17 Jun 2015 14:20:42 +0800 Subject: [PATCH] fix the syntax of a comma-separated list. --- templates/common/_Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {