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:
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 98c8436d68..66e1de36ee 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -232,7 +232,8 @@ module.exports = function (grunt) {
cssmin: {
options: {
compatibility: 'ie8',
- keepSpecialComments: '*'
+ keepSpecialComments: '*',
+ noAdvanced: true
},
core: {
files: {