diff --git a/Gruntfile.js b/Gruntfile.js index fe9eb32359..b715189a94 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 %>',