From 78e1af58d6b38ee542c110fdb971cbb229d2d518 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Dec 2013 11:57:44 -0800 Subject: [PATCH] typo --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8e37123b96..a7251eef95 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'