implement cache-busting everywhere

This commit is contained in:
ansuz
2017-02-17 12:38:10 +01:00
parent c9b8889380
commit 66a21bb45c
13 changed files with 21 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
<script>
require.config({
waitSeconds: 60,
urlArgs: "bust=1.0.0",
});
</script>
</head>