diff --git a/Gruntfile.js b/Gruntfile.js index 1e3ae614e7..6354ab57ac 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -303,9 +303,12 @@ module.exports = function(grunt) { }, build: { files: { - src: BUILD_DIR + '/**/*.js' + src: [ + BUILD_DIR + '/**/*.js', + '!' + BUILD_DIR + '/wp-content/**/*.js', + ] } - } + } }, watch: { all: {