From: Zach Leatherman Date: Fri, 27 Mar 2015 20:31:56 +0000 (-0500) Subject: There is no jshint:src task X-Git-Tag: v3.3.5~176^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16171%2Fhead;p=thirdparty%2Fbootstrap.git There is no jshint:src task --- 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 %>',