Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions pydotorg/settings/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,11 @@
'media': 'not print, braille, embossed, speech, tty',
},
},
'no-mq': {
'source_filenames': (
'sass/no-mq.css',
),
'output_filename': 'stylesheets/no-mq.css',
'extra_context': {
'media': 'screen',
},
},
'font-awesome': {
'source_filenames': (
'stylesheets/font-awesome.min.css',
),
'output_filename': 'stylesheets/no-mq.css',
'output_filename': 'stylesheets/font-awesome.css',
'extra_context': {
'media': 'screen',
},
Expand All @@ -56,18 +47,6 @@
),
'output_filename': 'js/sponsors-min.js',
},
'IE8': {
'source_filenames': (
'js/plugins/IE8.js',
),
'output_filename': 'js/plugins/IE8-min.js',
},
'getComputedStyle': {
'source_filenames': (
'js/plugins/getComputedStyle-min.js',
),
'output_filename': 'js/plugins/getComputedStyle-min.js',
},
}

PIPELINE = {
Expand Down
2 changes: 0 additions & 2 deletions static/fonts/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
</div>
</div>

<!--[if gt IE 8]><!-->
<div class="mhl clearfix mbl">
<h1>Font Test Drive</h1>
<label>
Expand All @@ -591,7 +590,6 @@ <h1>Font Test Drive</h1>
<div id="testDrive" class="icon-" style="font-family: Pythonicon">&nbsp;
</div>
</div>
<!--<![endif]-->
<div class="bgc1 clearfix">
<p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
</div>
Expand Down
61 changes: 0 additions & 61 deletions static/fonts/lte-ie7.js

This file was deleted.

Loading
Loading