Add redirect for jquery-ui

This commit is contained in:
Henrik Giesel 2020-12-30 12:08:12 +01:00
parent 173da02b2f
commit ed8b12e1d6

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}"