Skip to content

Commit

Permalink
Demonstrate broken path lookup with cachebusting.
Browse files Browse the repository at this point in the history
  • Loading branch information
adworacz committed Mar 20, 2021
1 parent b316f90 commit caa3d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{% endmacro copyright %}

{% macro script() %}
<script type="text/javascript" src="{{ get_url(path="assets/js/main.js" ) }}"></script>
<script type="text/javascript" src="{{ get_url(path="assets/js/main.js", cachebust=true) }}"></script>
{% endmacro script %}

0 comments on commit caa3d04

Please sign in to comment.