aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'