1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

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

This reverts commit 25ca51319b.
This commit is contained in:
Chris Rebert
2014-06-24 14:54:51 -07:00
parent 49fe75d138
commit e31c2edf88

View File

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