diff options
| author | Chris Rebert <[email protected]> | 2014-02-02 21:38:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-02 21:38:37 -0800 |
| commit | d99d79d2e8a0d6c1605f6948adab9b7826a5da42 (patch) | |
| tree | 22e97f65387cfbb8ce850e33604792549328d381 | |
| parent | 02ae5a2728430c69aca33b1874c80ee326da5eeb (diff) | |
| download | bootstrap-d99d79d2e8a0d6c1605f6948adab9b7826a5da42.tar.xz bootstrap-d99d79d2e8a0d6c1605f6948adab9b7826a5da42.zip | |
fix #12531
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f7d3fbc57..b5bd4bc78 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,7 +36,7 @@ module.exports = function (grunt) { // Task configuration. clean: { - dist: 'dist' + dist: ['dist', 'docs/dist'] }, jshint: { |
