Commit b93b7b1b authored by XhmikosR's avatar XhmikosR

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

This reverts commit e31c2edf.
parent a991cd57
...@@ -232,7 +232,8 @@ module.exports = function (grunt) { ...@@ -232,7 +232,8 @@ module.exports = function (grunt) {
cssmin: { cssmin: {
options: { options: {
compatibility: 'ie8', compatibility: 'ie8',
keepSpecialComments: '*' keepSpecialComments: '*',
noAdvanced: true
}, },
core: { core: {
files: { files: {
......
Markdown is supported
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