mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user