Improve cache handling.

And make the devenv http server behave similar to a production
environment (related to cache handling).
This commit is contained in:
Andrey Antukh
2020-06-02 16:14:23 +02:00
committed by Alonso Torres
parent 935b835853
commit 8c18e9bfbf
12 changed files with 160 additions and 8 deletions

View File

@@ -16,7 +16,9 @@
window.uxboxTranslations = JSON.parse({{& translations }});
window.uxboxThemes = {{& themes }};
</script>
<script src="/js/shared.js?ts={{& ts }}"></script>
<script src="/js/main.js?ts={{& ts }}"></script>
{{# manifest}}
<script src="{{& shared}}"></script>
<script src="{{& main}}"></script>
{{/manifest}}
</body>
</html>