Skip to content

Commit 09978d1

Browse files
committed
Increase css and JS versions to bust caches
1 parent 22deb42 commit 09978d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefix_finder/frontend/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- Styles -->
1919
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
2020
<link rel="stylesheet" href="{% static 'css/selectize.css'%}">
21-
<link rel="stylesheet" href="{% static 'css/main.css'%}?version=2">
21+
<link rel="stylesheet" href="{% static 'css/main.css'%}?version=3">
2222
{% get_favicons prefix="favicons/" %}
2323
</head>
2424

@@ -38,7 +38,7 @@
3838
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
3939
<script src="{% static 'js/progress-bar.js'%}"></script>
4040
<script src="{% static 'js/selectize.min.js'%}"></script>
41-
<script src="{% static 'js/main.js'%}"></script>
41+
<script src="{% static 'js/main.js'%}?version=2"></script>
4242

4343
{% if piwik.url and piwik.site_id %}
4444
<!-- Piwik -->

0 commit comments

Comments
 (0)