We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507ecb6 commit 6742657Copy full SHA for 6742657
website/_harp.json
@@ -84,8 +84,8 @@
84
],
85
86
"ALPHA": true,
87
- "V_CSS": "2.0a2",
88
- "V_JS": "2.0a1",
+ "V_CSS": "2.0a3",
+ "V_JS": "2.0a0",
89
"DEFAULT_SYNTAX": "python",
90
"ANALYTICS": "UA-58931649-1",
91
"MAILCHIMP": {
website/_includes/_scripts.jade
@@ -50,7 +50,7 @@ if IS_PAGE
50
51
if environment == "deploy"
52
//- DEPLOY: use compiled rollup.js and instantiate classes directly
53
- script(src="/assets/js/rollup.js")
+ script(src="/assets/js/rollup.js?v#{V_JS}")
54
script
55
!=ProgressBar
56
if changelog
0 commit comments