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:
authorChris Rebert <github@rebertia.com>2015-03-09 07:31:58 +0300
committerChris Rebert <github@rebertia.com>2015-03-09 07:31:58 +0300
commitf41acae9fca55702a464bf126b7c1ab75703ae29 (patch)
tree1426927f68da237bebaa8b4e97b6549c89869868 /Gruntfile.js
parente7efd810339eb538c4103a6d116956f1917c43d8 (diff)
add TODO item regarding clean-css v3.2 & zeroUnits
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 2 insertions, 0 deletions
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