From 5b6257083daf58fab873200c6d78db0019f798b2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 15 Oct 2015 17:26:44 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b8dd5f832f..030c7aa53a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {