From: Chris Rebert Date: Mon, 9 Mar 2015 04:31:58 +0000 (-0700) Subject: add TODO item regarding clean-css v3.2 & zeroUnits X-Git-Tag: v3.3.4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41acae9fca55702a464bf126b7c1ab75703ae29;p=thirdparty%2Fbootstrap.git add TODO item regarding clean-css v3.2 & zeroUnits Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999 --- diff --git a/Gruntfile.js b/Gruntfile.js index c5f252684d..fe9eb32359 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -223,6 +223,8 @@ module.exports = function (grunt) { cssmin: { options: { + // TODO: disable `zeroUnits` optimization once clean-css 3.2 is released + // and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly compatibility: 'ie8', keepSpecialComments: '*', advanced: false