Changeset 26110
- Timestamp:
- 11/12/2013 11:41:17 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/Gruntfile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r26109 r26110 138 138 ], 139 139 options: grunt.file.readJSON('tests/qunit/.jshintrc') 140 }, 141 themes: { 142 expand: true, 143 cwd: SOURCE_DIR + 'wp-content/themes', 144 src: [ 145 '**/*.js', 146 '!twenty{eleven,twelve,thirteen}/**', 147 // Third party scripts 148 '!twentyfourteen/js/html5.js' 149 ] 140 150 }, 141 151 core: {
Note: See TracChangeset
for help on using the changeset viewer.