presort vendored paths list.
an attempt to fix https://github.com/lnbits/lnbits/issues/99.
This commit is contained in:
parent
33fa540744
commit
f6bcff01f4
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ def get_vendored(ext: str, prefer_minified: bool = False) -> List[str]:
|
||||||
elif minified not in paths:
|
elif minified not in paths:
|
||||||
paths.append(path)
|
paths.append(path)
|
||||||
|
|
||||||
return paths
|
return sorted(paths)
|
||||||
|
|
||||||
|
|
||||||
def url_for_vendored(abspath: str) -> str:
|
def url_for_vendored(abspath: str) -> str:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue