From d8baec85f503f4078fe2ce9fda9f17bca14f8039 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Mon, 12 May 2014 20:14:39 -0700
Subject: [PATCH] remove the comment

---
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index e4b2155baa..ad16dd3350 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -238,7 +238,7 @@ module.exports = function (grunt) {
       options: {
         compatibility: 'ie8',
         keepSpecialComments: '*',
-        noAdvanced: true // turn advanced optimizations off until the issue is fixed in clean-css
+        noAdvanced: true
       },
       docs: {
         src: [
-- 
GitLab