From b5c0834bcb99bc25d925e765b7c924ce3a8873db Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 17 Oct 2014 20:37:07 +0000 Subject: [PATCH] Run JSValidate on core themes JS fixes #29968 props netweb git-svn-id: https://develop.svn.wordpress.org/trunk@29943 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bca4a5577e..5d614b142a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -399,8 +399,8 @@ module.exports = function(grunt) { build: { files: { src: [ - BUILD_DIR + '/**/*.js', - '!' + BUILD_DIR + '/wp-content/**/*.js' + BUILD_DIR + 'wp-{admin,includes}/**/*.js', + BUILD_DIR + 'wp-content/themes/twenty*/**/*.js' ] } }