Commit e31c2edf authored by Chris Rebert's avatar Chris Rebert
Browse files

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

This reverts commit 25ca5131.
parent 49fe75d1
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 2 deletions
+1 -2
...@@ -232,8 +232,7 @@ module.exports = function (grunt) { ...@@ -232,8 +232,7 @@ module.exports = function (grunt) {
cssmin: { cssmin: {
options: { options: {
compatibility: 'ie8', compatibility: 'ie8',
keepSpecialComments: '*', keepSpecialComments: '*'
noAdvanced: true
}, },
core: { core: {
files: { 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