diff options
| author | XhmikosR <[email protected]> | 2015-02-20 11:22:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-02-20 11:35:39 +0200 |
| commit | b8a0ea12247f7e0de643ff445eaee8795575610c (patch) | |
| tree | d74a68d989a10191eb5d12a74a6e22ab0cf10b55 /Gruntfile.js | |
| parent | 504435e0b07e6c638df995959bb1f0a4a182ceca (diff) | |
| download | bootstrap-b8a0ea12247f7e0de643ff445eaee8795575610c.tar.xz bootstrap-b8a0ea12247f7e0de643ff445eaee8795575610c.zip | |
Update dependencies.
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5539ee7ea..a2190478e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -280,12 +280,17 @@ module.exports = function (grunt) { copy: { fonts: { + expand: true, src: 'fonts/*', dest: 'dist/' }, docs: { - src: 'dist/*/*', - dest: 'docs/' + expand: true, + cwd: 'dist/', + src: [ + '**/*' + ], + dest: 'docs/dist/' } }, |
