Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Leatherman <zachleat@users.noreply.github.com>2015-03-27 23:31:56 +0300
committerZach Leatherman <zachleat@users.noreply.github.com>2015-03-27 23:31:56 +0300
commit76614560293dea09c903a14df55c9bb800fa5c9a (patch)
tree5f5dc60a30e46757367b329fc81bb48dabc30ca7 /Gruntfile.js
parentac8c0df2b558aa217bf857ed22d2a6b17a2fe6f8 (diff)
There is no jshint:src task
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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 %>',