Rebuild frontend, add version to JS calls against caching.

This commit is contained in:
James Cole
2021-04-17 15:57:51 +02:00
parent 9b0b80d1d4
commit 0a4e3edf43
40 changed files with 83 additions and 81 deletions

View File

@@ -87,8 +87,8 @@
</div>
<!-- ./wrapper -->
<script src="v2/js/manifest.js" nonce="{{ JS_NONCE }}"></script>
<script src="v2/js/vendor.js" nonce="{{ JS_NONCE }}"></script>
<script src="v2/js/manifest.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
<script src="v2/js/vendor.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
{% block scripts %}{% endblock %}
</body>