From a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 8 Apr 2015 09:27:13 +0300 Subject: [PATCH] Remove extra comma. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>',