mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
Fix website asset versioning
This commit is contained in:
parent
507ecb67af
commit
6742657c4d
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user