diff options
| author | Zach Leatherman <[email protected]> | 2015-03-27 15:31:56 -0500 |
|---|---|---|
| committer | Zach Leatherman <[email protected]> | 2015-03-27 15:31:56 -0500 |
| commit | 76614560293dea09c903a14df55c9bb800fa5c9a (patch) | |
| tree | 5f5dc60a30e46757367b329fc81bb48dabc30ca7 | |
| parent | ac8c0df2b558aa217bf857ed22d2a6b17a2fe6f8 (diff) | |
| download | bootstrap-76614560293dea09c903a14df55c9bb800fa5c9a.tar.xz bootstrap-76614560293dea09c903a14df55c9bb800fa5c9a.zip | |
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 %>', |
