Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-04-08 09:27:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-04-08 09:27:13 +0300
commita204780b8ba8d53da3a0cd2dac9e4dddc0e3da26 (patch)
treea6a5c81f3bc8da611e6df6ef13a59d812575ee28 /Gruntfile.js
parent381a55ed1a5675ce1728de890759d61370315ab9 (diff)
Remove extra comma.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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 %>',