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) {
cssmin: {
options: {
compatibility: 'ie8',
keepSpecialComments: '*',
noAdvanced: true
keepSpecialComments: '*'
},
core: {
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