From 25ca51319b016bc4e42e1ba882d6f191e001d65d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Jun 2014 18:57:33 +0300 Subject: [PATCH] Turn off clean-css' advanced optimizations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Works around #13914. We might give it another go in the future but the stuff this breaks over the time does not justify having it enabled. The gain in size is negligible: dist/css/bootstrap.min.css: 108.65 kB → 109.5 kB dist/css/bootstrap-theme.min.css: 18.84 kB → 18.86 kB docs/assets/css/docs.min.css: 20.44 kB → 20.61 kB --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 66ee6975c0..d1e94869f9 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: {