]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
typo
authorMark Otto <otto@github.com>
Tue, 31 Dec 2013 19:57:44 +0000 (11:57 -0800)
committerMark Otto <otto@github.com>
Tue, 31 Dec 2013 19:57:44 +0000 (11:57 -0800)
Gruntfile.js

index 8e37123b964b1ddcc0a3fd07a178707495fc2d16..a7251eef9510ebd994f2e90fe20ed8c11a51a778 100644 (file)
@@ -205,7 +205,7 @@ module.exports = function (grunt) {
         cwd: './dist',
         src: [
           '{css,js}/*.min.*',
-          '{css}*.map',
+          '{css}/*.map',
           'fonts/*'
         ],
         dest: 'docs/dist'