Be more specific about which themes we want to jshint. props jorbin. fixes #27308.

git-svn-id: https://develop.svn.wordpress.org/trunk@27446 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-03-06 23:41:18 +00:00
parent 55e1b4c982
commit 207da4064a
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ module.exports = function(grunt) {
expand: true,
cwd: SOURCE_DIR + 'wp-content/themes',
src: [
'**/*.js',
'twenty*/**/*.js',
'!twenty{eleven,twelve,thirteen}/**',
// Third party scripts
'!twentyfourteen/js/html5.js'