From 984c5444d1728d22e12c81c431dfce3130266665 Mon Sep 17 00:00:00 2001 From: sylvhama Date: Fri, 5 Feb 2016 16:57:25 +0900 Subject: [PATCH] Wrong file name --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 2e8fa4246..5b0821a2e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,7 +71,7 @@ var PATHS = { '!**/components/**', '!**/scss/**', '!**/bower.json', - '!**/Gruntfile.js', + '!**/gulpfile.js', '!**/package.json', '!**/composer.json', '!**/composer.lock',