aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-04-08 09:27:13 +0300
committerXhmikosR <[email protected]>2015-04-08 09:27:13 +0300
commita204780b8ba8d53da3a0cd2dac9e4dddc0e3da26 (patch)
treea6a5c81f3bc8da611e6df6ef13a59d812575ee28
parent381a55ed1a5675ce1728de890759d61370315ab9 (diff)
downloadbootstrap-a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26.tar.xz
bootstrap-a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26.zip
Remove extra comma.
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 7ae57b425..293d455a2 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 %>',