mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
Revert "Revert "Turn off clean-css' advanced optimizations.""
This reverts commit e31c2edf88
.
This commit is contained in:
@@ -232,7 +232,8 @@ module.exports = function (grunt) {
|
|||||||
cssmin: {
|
cssmin: {
|
||||||
options: {
|
options: {
|
||||||
compatibility: 'ie8',
|
compatibility: 'ie8',
|
||||||
keepSpecialComments: '*'
|
keepSpecialComments: '*',
|
||||||
|
noAdvanced: true
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
files: {
|
files: {
|
||||||
|
Reference in New Issue
Block a user