More v2.2

This commit is contained in:
Gunnar Skjold
2022-12-04 14:12:35 +01:00
parent b07ed075f4
commit b48a0f13fe
10 changed files with 488 additions and 49 deletions

View File

@@ -54,7 +54,9 @@ for webroot in ["lib/SvelteUi/app/dist", "lib/SvelteUi/json"]:
varname = basename.upper()
with open(srcfile, encoding="utf-8") as f:
content = f.read().replace("${version}", version)
content = f.read()
content = content.replace("index.js", "index-"+version+".js")
content = content.replace("index.css", "index-"+version+".css")
try:
if filename.endswith(".html"):