From: XhmikosR Date: Wed, 8 Apr 2015 06:27:13 +0000 (+0300) Subject: Remove extra comma. X-Git-Tag: v3.3.5~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26;p=thirdparty%2Fbootstrap.git Remove extra comma. --- diff --git a/Gruntfile.js b/Gruntfile.js index 7ae57b425a..293d455a2d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -130,7 +130,7 @@ module.exports = function (grunt) { warnings: false }, mangle: true, - preserveComments: 'some', + preserveComments: 'some' }, core: { src: '<%= concat.bootstrap.dest %>',