Commit b93b7b1b authored by XhmikosR's avatar XhmikosR
Browse files

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

This reverts commit e31c2edf.
parent a991cd57
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 1 deletion
+2 -1
......@@ -232,7 +232,8 @@ module.exports = function (grunt) {
cssmin: {
options: {
compatibility: 'ie8',
keepSpecialComments: '*'
keepSpecialComments: '*',
noAdvanced: true
},
core: {
files: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment