summaryrefslogtreecommitdiffstats
path: root/js/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r--js/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index 6e8907632..2347a99b8 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -38,7 +38,7 @@ const sources = [
'directive/**/*.js'
];
const testSources = ['tests/**/*.js'];
-const phpSources = ['../*/**.php', '!../js/**', '!../vendor/*/**'];
+const phpSources = ['../**/*.php', '!../js/**', '!../vendor/**'];
const watchSources = sources.concat(testSources).concat('*.js');
const lintSources = watchSources;