diff --git a/Gruntfile.js b/Gruntfile.js index 5a313c2933..94ad316b00 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -200,7 +200,7 @@ module.exports = function(grunt) { expand: true, cwd: SOURCE_DIR + 'wp-content/themes', src: [ - '**/*.js', + 'twenty*/**/*.js', '!twenty{eleven,twelve,thirteen}/**', // Third party scripts '!twentyfourteen/js/html5.js'