From 207da4064acde561d1c58b20b66812a39b7d1fdf Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 6 Mar 2014 23:41:18 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5a313c2933..94ad316b00 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'