Skip to content

Commit 7419bdc

Browse files
authored
Remove support for Internet Explorer (#2856)
1 parent 6aed034 commit 7419bdc

File tree

20 files changed

+92
-10723
lines changed

20 files changed

+92
-10723
lines changed

pydotorg/settings/pipeline.py

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,11 @@
2222
'media': 'not print, braille, embossed, speech, tty',
2323
},
2424
},
25-
'no-mq': {
26-
'source_filenames': (
27-
'sass/no-mq.css',
28-
),
29-
'output_filename': 'stylesheets/no-mq.css',
30-
'extra_context': {
31-
'media': 'screen',
32-
},
33-
},
3425
'font-awesome': {
3526
'source_filenames': (
3627
'stylesheets/font-awesome.min.css',
3728
),
38-
'output_filename': 'stylesheets/no-mq.css',
29+
'output_filename': 'stylesheets/font-awesome.css',
3930
'extra_context': {
4031
'media': 'screen',
4132
},
@@ -56,18 +47,6 @@
5647
),
5748
'output_filename': 'js/sponsors-min.js',
5849
},
59-
'IE8': {
60-
'source_filenames': (
61-
'js/plugins/IE8.js',
62-
),
63-
'output_filename': 'js/plugins/IE8-min.js',
64-
},
65-
'getComputedStyle': {
66-
'source_filenames': (
67-
'js/plugins/getComputedStyle-min.js',
68-
),
69-
'output_filename': 'js/plugins/getComputedStyle-min.js',
70-
},
7150
}
7251

7352
PIPELINE = {

static/fonts/demo.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
578578
</div>
579579
</div>
580580

581-
<!--[if gt IE 8]><!-->
582581
<div class="mhl clearfix mbl">
583582
<h1>Font Test Drive</h1>
584583
<label>
@@ -591,7 +590,6 @@ <h1>Font Test Drive</h1>
591590
<div id="testDrive" class="icon-" style="font-family: Pythonicon">&nbsp;
592591
</div>
593592
</div>
594-
<!--<![endif]-->
595593
<div class="bgc1 clearfix">
596594
<p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
597595
</div>

static/fonts/lte-ie7.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)