diff --git a/Gruntfile.js b/Gruntfile.js index fe9eb323590f453e517a88fd4aba5e5b80c02863..b715189a94be65b4aa2035a33b0139c97a62a977 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 %>',