1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Merge pull request #12063 from ZDroid/tc

Drop trailling comma
This commit is contained in:
Mark Otto
2014-01-02 10:52:43 -08:00

View File

@@ -189,7 +189,7 @@ module.exports = function (grunt) {
},
files: {
'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'],
'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'],
'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css']
}
}
},