From: Zlatan Vasović Date: Thu, 2 Jan 2014 14:46:13 +0000 (+0100) Subject: Drop trailling comma X-Git-Tag: v3.1.0~125^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12063%2Fhead;p=thirdparty%2Fbootstrap.git Drop trailling comma No need for it. --- diff --git a/Gruntfile.js b/Gruntfile.js index 93831b3351..9a2a5754e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'] } } },