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-11-16 10:32:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-16 11:01:34 +0300
commit1b645ef686c61fef6be87c5ef15411cbeb869702 (patch)
tree2bb3d511556629a0a4ab7024c81030a0f499887b /Gruntfile.js
parented624a805ae9c1d9213b40d2612f03b0c0af10f7 (diff)
Update devDependencies.
Adapt uglify for the new version.
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 cfb9d459c4..5ae0eef65e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -202,7 +202,7 @@ module.exports = function (grunt) {
warnings: false
},
mangle: true,
- preserveComments: 'some'
+ preserveComments: /^!|@preserve|@license|@cc_on/i
},
core: {
src: '<%= concat.bootstrap.dest %>',