1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 05:58:25 +01:00

Turn advanced optimizations off until it's fixed in clean-css.

This commit is contained in:
XhmikosR 2013-12-27 06:01:56 +02:00
parent f00bbdd994
commit 9b71314fd8
2 changed files with 2 additions and 1 deletions

View File

@ -183,6 +183,7 @@ module.exports = function (grunt) {
compress: {
options: {
keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
report: 'min',
selectorsMergeMode: 'ie8'
},

File diff suppressed because one or more lines are too long