]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
There is no jshint:src task 16171/head
authorZach Leatherman <zachleat@users.noreply.github.com>
Fri, 27 Mar 2015 20:31:56 +0000 (15:31 -0500)
committerZach Leatherman <zachleat@users.noreply.github.com>
Fri, 27 Mar 2015 20:31:56 +0000 (15:31 -0500)
Gruntfile.js

index fe9eb323590f453e517a88fd4aba5e5b80c02863..b715189a94be65b4aa2035a33b0139c97a62a977 100644 (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 %>',