mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user