mirror of https://github.com/explosion/spaCy.git
Fix website asset versioning
This commit is contained in:
parent
507ecb67af
commit
6742657c4d
|
@ -84,8 +84,8 @@
|
|||
],
|
||||
|
||||
"ALPHA": true,
|
||||
"V_CSS": "2.0a2",
|
||||
"V_JS": "2.0a1",
|
||||
"V_CSS": "2.0a3",
|
||||
"V_JS": "2.0a0",
|
||||
"DEFAULT_SYNTAX": "python",
|
||||
"ANALYTICS": "UA-58931649-1",
|
||||
"MAILCHIMP": {
|
||||
|
|
|
@ -50,7 +50,7 @@ if IS_PAGE
|
|||
|
||||
if environment == "deploy"
|
||||
//- 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
|
||||
!=ProgressBar
|
||||
if changelog
|
||||
|
|
Loading…
Reference in New Issue