aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-27 16:55:48 -0700
committerChris Rebert <[email protected]>2015-03-27 16:55:48 -0700
commit6e85535b7c9b374e0ca562c6d1290f2945fa4c74 (patch)
tree5f5dc60a30e46757367b329fc81bb48dabc30ca7
parentac8c0df2b558aa217bf857ed22d2a6b17a2fe6f8 (diff)
parent76614560293dea09c903a14df55c9bb800fa5c9a (diff)
downloadbootstrap-6e85535b7c9b374e0ca562c6d1290f2945fa4c74.tar.xz
bootstrap-6e85535b7c9b374e0ca562c6d1290f2945fa4c74.zip
Merge pull request #16171 from zachleat/patch-1
There is no jshint:src task
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fe9eb3235..b715189a9 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 %>',