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