diff options
| author | Chris Rebert <[email protected]> | 2014-12-15 11:39:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-15 11:39:32 -0800 |
| commit | 360ac888fb556665c2d5612d76459a05948b45e5 (patch) | |
| tree | 2ea72ba3e345919308ef62e81fc9fd113c60776e | |
| parent | bd453652b82331da2feddfeb5cf40c50404e143c (diff) | |
| parent | e86468702a1de2cf25910d11092ae5fc736ffd7d (diff) | |
| download | bootstrap-360ac888fb556665c2d5612d76459a05948b45e5.tar.xz bootstrap-360ac888fb556665c2d5612d76459a05948b45e5.zip | |
Merge pull request #19 from twbs/ie8-clean-css
Remove IE8 compatibility option from cssmin Grunt task config
| -rw-r--r-- | Gruntfile.js | 1 |
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 }, |
