diff --git a/Gruntfile.js b/Gruntfile.js index 778addae15..7bba49275b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -603,7 +603,8 @@ module.exports = function(grunt) { files: { src: [ BUILD_DIR + 'wp-{admin,includes}/**/*.js', - BUILD_DIR + 'wp-content/themes/twenty*/**/*.js' + BUILD_DIR + 'wp-content/themes/twenty*/**/*.js', + '!' + BUILD_DIR + 'wp-includes/js/dist/vendor/*.js' ] } }