0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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
commit 60e6e7d4fb

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']
}
}
},