mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +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: {
|
||||
options: {
|
||||
compatibility: 'ie8',
|
||||
keepSpecialComments: '*'
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true
|
||||
},
|
||||
core: {
|
||||
files: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue