mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Built/Test Tools: Ignore the node_modules folder in Twenty Nineteen when running grunt jshint:themes.
Follow-up to [45060], [46352], [46450]. Fixes #49494. See #46706. git-svn-id: https://develop.svn.wordpress.org/trunk@47348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2f10289ffb
commit
dd859e48f2
@ -564,10 +564,10 @@ module.exports = function(grunt) {
|
||||
'twenty*/**/*.js',
|
||||
'!twenty{eleven,twelve,thirteen}/**',
|
||||
// Third party scripts.
|
||||
'!twenty*/node_modules/**',
|
||||
'!twenty{fourteen,fifteen,sixteen}/js/html5.js',
|
||||
'!twentyseventeen/assets/js/html5.js',
|
||||
'!twentyseventeen/assets/js/jquery.scrollTo.js',
|
||||
'!twentytwenty/node_modules/**'
|
||||
'!twentyseventeen/assets/js/jquery.scrollTo.js'
|
||||
]
|
||||
},
|
||||
media: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user