diff options
| author | Chris Rebert <[email protected]> | 2015-03-27 16:55:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-27 16:55:48 -0700 |
| commit | 6e85535b7c9b374e0ca562c6d1290f2945fa4c74 (patch) | |
| tree | 5f5dc60a30e46757367b329fc81bb48dabc30ca7 | |
| parent | ac8c0df2b558aa217bf857ed22d2a6b17a2fe6f8 (diff) | |
| parent | 76614560293dea09c903a14df55c9bb800fa5c9a (diff) | |
| download | bootstrap-6e85535b7c9b374e0ca562c6d1290f2945fa4c74.tar.xz bootstrap-6e85535b7c9b374e0ca562c6d1290f2945fa4c74.zip | |
Merge pull request #16171 from zachleat/patch-1
There is no jshint:src task
| -rw-r--r-- | Gruntfile.js | 2 |
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 %>', |
