]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove IE8 compatibility option from cssmin Grunt task config
authorChris Rebert <code@rebertia.com>
Mon, 15 Dec 2014 19:28:35 +0000 (11:28 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 15 Dec 2014 19:28:35 +0000 (11:28 -0800)
Gruntfile.js

index 31ea5628cc43b620edf41dfd491d6bf43ccc4410..cbedb07b44526801ad7d08f12c3c8a6f62e25a04 100644 (file)
@@ -187,7 +187,6 @@ module.exports = function (grunt) {
 
     cssmin: {
       options: {
-        compatibility: 'ie8',
         keepSpecialComments: '*',
         noAdvanced: true
       },