1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-01 03:10:14 +02: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: { compress: {
options: { options: {
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
report: 'min', report: 'min',
selectorsMergeMode: 'ie8' selectorsMergeMode: 'ie8'
}, },

File diff suppressed because one or more lines are too long