Merge pull request #16171 from zachleat/patch-1

There is no jshint:src task
This commit is contained in:
Chris Rebert 2015-03-27 16:55:48 -07:00
commit 6e85535b7c
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ module.exports = function (grunt) {
watch: {
src: {
files: '<%= jshint.core.src %>',
tasks: ['jshint:src', 'qunit', 'concat']
tasks: ['jshint:core', 'qunit', 'concat']
},
test: {
files: '<%= jshint.test.src %>',