Add redirect for jquery-ui

This commit is contained in:
Henrik Giesel 2020-12-30 12:08:12 +01:00
parent 7f85ac63f5
commit da996302a5

View file

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