Twenty Sixteen: Update Gruntfile.js
to ignore the html5 shiv for JSHint.
See #34306, #34315. git-svn-id: https://develop.svn.wordpress.org/trunk@35203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ebd20119ec
commit
5b6257083d
@ -273,7 +273,7 @@ module.exports = function(grunt) {
|
||||
'twenty*/**/*.js',
|
||||
'!twenty{eleven,twelve,thirteen}/**',
|
||||
// Third party scripts
|
||||
'!twenty{fourteen,fifteen}/js/html5.js'
|
||||
'!twenty{fourteen,fifteen,sixteen}/js/html5.js'
|
||||
]
|
||||
},
|
||||
media: {
|
||||
|
Loading…
Reference in New Issue
Block a user