aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-07 17:08:40 -0800
committerChris Rebert <[email protected]>2014-01-07 17:08:40 -0800
commitbf5017c01c8985bc8c4c8c18fd202f003c41c044 (patch)
treeb9fa18793dd9a55b47e788a7e909417dc4e88996 /Gruntfile.js
parent9eab6ffd1cca64363848f9c2c83978b0e1a80aed (diff)
downloadbootstrap-bf5017c01c8985bc8c4c8c18fd202f003c41c044.tar.xz
bootstrap-bf5017c01c8985bc8c4c8c18fd202f003c41c044.zip
fix #12143
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
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'