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:
authorMark Otto <markdotto@gmail.com>2017-07-03 18:58:01 +0300
committerMark Otto <markdotto@gmail.com>2017-07-03 18:58:01 +0300
commit2fb0cd598dc311d8dbebbd00720fcf35bc388e05 (patch)
tree5665982f8f1e170a2b9e86ed518311ede01d2767 /Gruntfile.js
parent180207545844aab0be0a1eccbcc64f7d6a1ec792 (diff)
run copy task during watch
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8dd4b091a6..6cea603451 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -399,11 +399,11 @@ module.exports = function (grunt) {
},
less: {
files: 'less/**/*.less',
- tasks: 'less'
+ tasks: ['less', 'copy']
},
docs: {
files: 'docs/assets/less/**/*.less',
- tasks: 'less'
+ tasks: ['less']
}
},