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-12-24 13:37:39 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-24 13:37:39 +0300
commit112b1c7a9564fd8c0a4e651774665c5a10aa231b (patch)
tree8545bb5ecbbf22d64905bf31b24ed4020182a2f6 /Gruntfile.js
parent27fb89037f78a0f092314ed9e1ca136497c8cd47 (diff)
Update dependencies.
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 927c1d4013..7e5b20a1d8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -130,7 +130,7 @@ module.exports = function (grunt) {
warnings: false
},
mangle: true,
- preserveComments: 'some'
+ preserveComments: /^!|@preserve|@license|@cc_on/i
},
core: {
src: '<%= concat.bootstrap.dest %>',