From: Chris Rebert Date: Mon, 15 Dec 2014 19:28:35 +0000 (-0800) Subject: Remove IE8 compatibility option from cssmin Grunt task config X-Git-Tag: v4.0.0-alpha~487^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86468702a1de2cf25910d11092ae5fc736ffd7d;p=thirdparty%2Fbootstrap.git Remove IE8 compatibility option from cssmin Grunt task config --- diff --git a/Gruntfile.js b/Gruntfile.js index 31ea5628cc..cbedb07b44 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -187,7 +187,6 @@ module.exports = function (grunt) { cssmin: { options: { - compatibility: 'ie8', keepSpecialComments: '*', noAdvanced: true },