From e31c2edf885efd42d2e755f189cc15125d977d70 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Jun 2014 14:54:51 -0700 Subject: [PATCH] Revert "Turn off clean-css' advanced optimizations." This reverts commit 25ca51319b016bc4e42e1ba882d6f191e001d65d. --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 66e1de36ee..98c8436d68 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -232,8 +232,7 @@ module.exports = function (grunt) { cssmin: { options: { compatibility: 'ie8', - keepSpecialComments: '*', - noAdvanced: true + keepSpecialComments: '*' }, core: { files: {