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-04 12:05:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-04-08 09:24:23 +0300
commit381a55ed1a5675ce1728de890759d61370315ab9 (patch)
treecdf5e5d928cd0ef18dc31996140ede89f403db38 /Gruntfile.js
parent8a9d698daf6e2e25004733810b9fa8d0a4a1ccd4 (diff)
Update dependencies.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b715189a94..7ae57b425a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -126,7 +126,11 @@ module.exports = function (grunt) {
uglify: {
options: {
- preserveComments: 'some'
+ compress: {
+ warnings: false
+ },
+ mangle: true,
+ preserveComments: 'some',
},
core: {
src: '<%= concat.bootstrap.dest %>',