Commit e31c2edf authored by Chris Rebert's avatar Chris Rebert

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

This reverts commit 25ca5131.
parent 49fe75d1
...@@ -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: {
......
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