This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 6e54d4c [BEAM-12652] revving JS filename to bust cache (#15209)
6e54d4c is described below
commit 6e54d4c5ac76d0481cbaeecf84ad68508cde2b0d
Author: David Huntsperger <[email protected]>
AuthorDate: Fri Jul 23 09:10:36 2021 -0700
[BEAM-12652] revving JS filename to bust cache (#15209)
---
website/www/site/layouts/partials/head.html | 3 ++-
.../www/site/static/js/{language-switch.js => language-switch-v2.js} | 0
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/www/site/layouts/partials/head.html
b/website/www/site/layouts/partials/head.html
index 8030193..1b1aa7c 100644
--- a/website/www/site/layouts/partials/head.html
+++ b/website/www/site/layouts/partials/head.html
@@ -36,7 +36,8 @@
</style>
<script src="/js/bootstrap.min.js"></script>
-<script src="/js/language-switch.js"></script>
+<!-- TODO [BEAM-12644]: Create an asset pipeline so we don't have to version
.js files. -->
+<script src="/js/language-switch-v2.js"></script>
<script src="/js/fix-menu.js"></script>
<script src="/js/section-nav.js"></script>
<script src="/js/page-nav.js"></script>
diff --git a/website/www/site/static/js/language-switch.js
b/website/www/site/static/js/language-switch-v2.js
similarity index 100%
rename from website/www/site/static/js/language-switch.js
rename to website/www/site/static/js/language-switch-v2.js