Redirect references to old plotting library version

This commit is contained in:
Henrik Giesel 2020-12-29 12:15:46 +01:00
parent ec9b4aa273
commit a6319326a9

View File

@ -197,6 +197,10 @@ def _redirectWebExports(path):
base = "jquery.min" base = "jquery.min"
addprefix = "js/vendor/" addprefix = "js/vendor/"
elif base == "plot":
base = "jquery.flot"
addprefix = "js/vendor/"
if addprefix: if addprefix:
oldpath = path oldpath = path
path = f"{targetPath}{addprefix}{base}{ext}" path = f"{targetPath}{addprefix}{base}{ext}"