Skip to content

Commit 6742657

Browse files
committed
Fix website asset versioning
1 parent 507ecb6 commit 6742657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/_harp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
],
8585

8686
"ALPHA": true,
87-
"V_CSS": "2.0a2",
88-
"V_JS": "2.0a1",
87+
"V_CSS": "2.0a3",
88+
"V_JS": "2.0a0",
8989
"DEFAULT_SYNTAX": "python",
9090
"ANALYTICS": "UA-58931649-1",
9191
"MAILCHIMP": {

website/_includes/_scripts.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if IS_PAGE
5050

5151
if environment == "deploy"
5252
//- DEPLOY: use compiled rollup.js and instantiate classes directly
53-
script(src="/assets/js/rollup.js")
53+
script(src="/assets/js/rollup.js?v#{V_JS}")
5454
script
5555
!=ProgressBar
5656
if changelog

0 commit comments

Comments
 (0)