From 76614560293dea09c903a14df55c9bb800fa5c9a Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 27 Mar 2015 15:31:56 -0500 Subject: [PATCH] There is no jshint:src task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>',