mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add redirect for jquery-ui
This commit is contained in:
parent
173da02b2f
commit
ed8b12e1d6
1 changed files with 4 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue