From 1c8d10dc331fd7e59a9b4355386ffcb4e0582d9a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 8 Mar 2014 13:48:53 +0200 Subject: [PATCH] Re-enable clean-css's advanced optimizations. --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 615a8f4..fd9833a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -117,7 +117,6 @@ module.exports = function(grunt) { options: { banner: '', // set to empty; see bellow keepSpecialComments: '*', // set to '*' because we already add the banner in sass - noAdvanced: true, // disable advanced optimizations since it causes many issues report: 'min' }, ratchet: {