mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Exclude twentynineteen/node_modules from jsvalidate:build task.
Fixes #46706. git-svn-id: https://develop.svn.wordpress.org/trunk@45060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
60a92eb070
commit
de91abb11f
@ -967,6 +967,7 @@ module.exports = function(grunt) {
|
||||
src: [
|
||||
WORKING_DIR + 'wp-{admin,includes}/**/*.js',
|
||||
WORKING_DIR + 'wp-content/themes/twenty*/**/*.js',
|
||||
'!' + WORKING_DIR + 'wp-content/themes/twenty*/node_modules/**/*.js',
|
||||
'!' + WORKING_DIR + 'wp-includes/js/dist/vendor/*.js',
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user