mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Build: Ignore the vendor directory during the jsvalidate:build task.
Merges [43783] from the 5.0 branch to trunk. Props netweb. Fixes #45119. git-svn-id: https://develop.svn.wordpress.org/trunk@44135 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -945,7 +945,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'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user