diff options
| author | Chris Rebert <[email protected]> | 2014-01-07 17:08:40 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-07 17:08:40 -0800 |
| commit | bf5017c01c8985bc8c4c8c18fd202f003c41c044 (patch) | |
| tree | b9fa18793dd9a55b47e788a7e909417dc4e88996 /Gruntfile.js | |
| parent | 9eab6ffd1cca64363848f9c2c83978b0e1a80aed (diff) | |
| download | bootstrap-bf5017c01c8985bc8c4c8c18fd202f003c41c044.tar.xz bootstrap-bf5017c01c8985bc8c4c8c18fd202f003c41c044.zip | |
fix #12143
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 812163c5b..48e7f7b2a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -208,7 +208,7 @@ module.exports = function (grunt) { cwd: './dist', src: [ '{css,js}/*.min.*', - '{css}/*.map', + 'css/*.map', 'fonts/*' ], dest: 'docs/dist' |
