Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/minimal.tmpl

Issue 29624561: Issue 6104 - Minified code in help center repository (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Consolidated gulp tasks Created Dec. 7, 2017, 2:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« gulpfile.js ('K') | « templates/article.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/minimal.tmpl
===================================================================
--- a/templates/minimal.tmpl
+++ b/templates/minimal.tmpl
@@ -23,17 +23,17 @@
<head>
<? include meta/standard ?>
<!--[if IE 8]>
<script src="/js/vendor/ie8.min.js"></script>
<![endif]-->
- <link rel="stylesheet" href="/css/main.css">
+ <link rel="stylesheet" href="/dist/css/main.min.css">
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.min.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="/js/vendor/classList.min.js"></script>
@@ -53,11 +53,11 @@
</div>
{% block footer %}
{{ footer | safe }}
{% endblock %}
<? include layout/footer ?>
{% block scripts %}
{{ scripts | safe }}
{% endblock %}
- <script src="/js/main.js"></script>
+ <script src="/dist/js/main.min.js"></script>
</body>
<html>
« gulpfile.js ('K') | « templates/article.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld