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:
parent
9902adca05
commit
b5c0834bcb
@ -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'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user