Skip to content

Commit c55ec95

Browse files
committed
minifying statics
1 parent 7235623 commit c55ec95

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pythonpro/core/static/css/spp/custom.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pythonpro/core/static/js/spp/countdown.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pythonpro/launch/templates/launch/landing_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta name="theme-color" content="#ffffff">
2020
<meta name="format-detection" content="telephone=no">
2121

22-
<link href="{% static 'css/spp/custom.css' %}" rel="stylesheet">
22+
<link href="{% static 'css/spp/custom.min.css' %}" rel="stylesheet">
2323
<link href="{% static 'css/spp/normalize.min.css' %}" rel="stylesheet">
2424

2525
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap" rel="stylesheet">
@@ -191,7 +191,7 @@ <h4 class="footer__group__content__item__title fw-700 text-blue text-uppercase">
191191
</footer>
192192
</main>
193193

194-
<script src="{% static 'js/spp/countdown.js' %}"></script>
194+
<script src="{% static 'js/spp/countdown.min.js' %}"></script>
195195
<script>
196196
initCountDown(new Date('Aug 10, 2020 23:59:59').getTime());
197197
</script>

0 commit comments

Comments
 (0)