aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-31 11:57:44 -0800
committerMark Otto <[email protected]>2013-12-31 11:57:44 -0800
commit78e1af58d6b38ee542c110fdb971cbb229d2d518 (patch)
tree6ddcbf874057290bd0d08583f3c0789014de6e3b
parentb43371cd0acd8d8a176e23d5b1784c2a31bc71d6 (diff)
downloadbootstrap-78e1af58d6b38ee542c110fdb971cbb229d2d518.tar.xz
bootstrap-78e1af58d6b38ee542c110fdb971cbb229d2d518.zip
typo
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8e37123b9..a7251eef9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -205,7 +205,7 @@ module.exports = function (grunt) {
cwd: './dist',
src: [
'{css,js}/*.min.*',
- '{css}*.map',
+ '{css}/*.map',
'fonts/*'
],
dest: 'docs/dist'