aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-15 11:28:35 -0800
committerChris Rebert <[email protected]>2014-12-15 11:28:35 -0800
commite86468702a1de2cf25910d11092ae5fc736ffd7d (patch)
tree2ea72ba3e345919308ef62e81fc9fd113c60776e
parentbd453652b82331da2feddfeb5cf40c50404e143c (diff)
downloadbootstrap-e86468702a1de2cf25910d11092ae5fc736ffd7d.tar.xz
bootstrap-e86468702a1de2cf25910d11092ae5fc736ffd7d.zip
Remove IE8 compatibility option from cssmin Grunt task config
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 31ea5628c..cbedb07b4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -187,7 +187,6 @@ module.exports = function (grunt) {
cssmin: {
options: {
- compatibility: 'ie8',
keepSpecialComments: '*',
noAdvanced: true
},