diff options
| author | Mark Otto <[email protected]> | 2017-07-03 08:58:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-03 08:58:01 -0700 |
| commit | 2fb0cd598dc311d8dbebbd00720fcf35bc388e05 (patch) | |
| tree | 5665982f8f1e170a2b9e86ed518311ede01d2767 | |
| parent | 180207545844aab0be0a1eccbcc64f7d6a1ec792 (diff) | |
| download | bootstrap-2fb0cd598dc311d8dbebbd00720fcf35bc388e05.tar.xz bootstrap-2fb0cd598dc311d8dbebbd00720fcf35bc388e05.zip | |
run copy task during watch
| -rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8dd4b091a..6cea60345 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'] } }, |
