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:
Sergey Biryukov 2015-10-15 17:26:44 +00:00
parent ebd20119ec
commit 5b6257083d
1 changed files with 1 additions and 1 deletions

View File

@ -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: {