Use separate asset version for cache busting

This commit is contained in:
Omar Roth
2019-05-09 11:52:37 -05:00
parent bfa488f77d
commit fd8af88493
8 changed files with 59 additions and 54 deletions

View File

@@ -47,4 +47,4 @@ var player_data = {
thumbnail: "<%= thumbnail %>"
}
</script>
<script src="/js/player.js?v=<%= CURRENT_COMMIT %>"></script>
<script src="/js/player.js?v=<%= ASSET_COMMIT %>"></script>