0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Revert "Revert "Turn off clean-css' advanced optimizations.""

This reverts commit e31c2edf88.
This commit is contained in:
XhmikosR 2014-06-25 01:53:10 +03:00
parent a991cd572c
commit b93b7b1b6d

View File

@ -232,7 +232,8 @@ module.exports = function (grunt) {
cssmin: {
options: {
compatibility: 'ie8',
keepSpecialComments: '*'
keepSpecialComments: '*',
noAdvanced: true
},
core: {
files: {