Skip to content

Commit

Permalink
Merge pull request #1136 from github/rmielt9
Browse files Browse the repository at this point in the history
Drop special support for IE < 9
  • Loading branch information
mlinksva committed Sep 3, 2023
2 parents 2f7a122 + 4b3f54d commit 6d76ab6
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 912 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/.bundle
assets/vendor/clipboard/src
assets/vendor/clipboard/test
assets/vendor/selectivizr/tests
assets/vendor/hint.css/src
/vendor
/.sass-cache
Expand Down
5 changes: 0 additions & 5 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="{{ 'assets/css/application.css' | relative_url }}?v={{ site.github.build_revision }}">
<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

{% seo %}
Expand Down
26 changes: 0 additions & 26 deletions assets/vendor/html5shiv/.bower.json

This file was deleted.

11 changes: 0 additions & 11 deletions assets/vendor/html5shiv/dist/html5shiv-printshiv.js

This file was deleted.

8 changes: 0 additions & 8 deletions assets/vendor/html5shiv/dist/html5shiv.js

This file was deleted.

143 changes: 0 additions & 143 deletions assets/vendor/html5shiv/readme.md

This file was deleted.

14 changes: 0 additions & 14 deletions assets/vendor/selectivizr/.bower.json

This file was deleted.

29 changes: 0 additions & 29 deletions assets/vendor/selectivizr/README.markdown

This file was deleted.

Loading

0 comments on commit 6d76ab6

Please sign in to comment.