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
This commit is contained in:
Aaron Jorbin 2014-10-17 20:37:07 +00:00
parent 9902adca05
commit b5c0834bcb
1 changed files with 2 additions and 2 deletions

View File

@ -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'
]
}
}