Fix website asset versioning

This commit is contained in:
ines 2017-11-05 19:23:45 +01:00
parent 507ecb67af
commit 6742657c4d
2 changed files with 3 additions and 3 deletions

View File

@ -84,8 +84,8 @@
], ],
"ALPHA": true, "ALPHA": true,
"V_CSS": "2.0a2", "V_CSS": "2.0a3",
"V_JS": "2.0a1", "V_JS": "2.0a0",
"DEFAULT_SYNTAX": "python", "DEFAULT_SYNTAX": "python",
"ANALYTICS": "UA-58931649-1", "ANALYTICS": "UA-58931649-1",
"MAILCHIMP": { "MAILCHIMP": {

View File

@ -50,7 +50,7 @@ if IS_PAGE
if environment == "deploy" if environment == "deploy"
//- DEPLOY: use compiled rollup.js and instantiate classes directly //- DEPLOY: use compiled rollup.js and instantiate classes directly
script(src="/assets/js/rollup.js") script(src="/assets/js/rollup.js?v#{V_JS}")
script script
!=ProgressBar !=ProgressBar
if changelog if changelog