diff --git a/Gruntfile.js b/Gruntfile.js index e2a72f3e83..2a58f2b16b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -94,7 +94,7 @@ const configureGrunt = function (grunt) { 'core/server/**/*.js', 'core/shared/**/*.js', 'core/frontend/**/*.js', - 'core/index.js', + 'core/*.js', 'index.js', 'config.*.json', '!config.testing.json'