mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-12 06:13:09 +00:00
Revert "Revert "Turn off clean-css' advanced optimizations.""
This reverts commit e31c2edf88.
This commit is contained in:
parent
a991cd572c
commit
b93b7b1b6d
1 changed files with 2 additions and 1 deletions
|
|
@ -232,7 +232,8 @@ module.exports = function (grunt) {
|
||||||
cssmin: {
|
cssmin: {
|
||||||
options: {
|
options: {
|
||||||
compatibility: 'ie8',
|
compatibility: 'ie8',
|
||||||
keepSpecialComments: '*'
|
keepSpecialComments: '*',
|
||||||
|
noAdvanced: true
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
files: {
|
files: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue