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

@@ -242,4 +242,4 @@ var video_data = {
</div>
<% end %>
</div>
<script src="/js/watch.js?v=<%= CURRENT_COMMIT %>"></script>
<script src="/js/watch.js?v=<%= ASSET_COMMIT %>"></script>