mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
chore: backport recent WebUI fixes (#6563)
* fix: update WebUI build instructions to use `dataurl` loader for images (#6430) (cherry picked from commit9932f567fb) * fix: always use location of selected torrents in WebUI set location dialogue (#6334) (cherry picked from commit71de532e0c)
This commit is contained in:
@@ -25,8 +25,8 @@ $ esbuild \
|
||||
--allow-overwrite \
|
||||
--bundle \
|
||||
--legal-comments=external \
|
||||
--loader:.png=binary \
|
||||
--loader:.svg=binary \
|
||||
--loader:.png=dataurl \
|
||||
--loader:.svg=dataurl \
|
||||
--minify \
|
||||
--outfile=public_html/transmission-app.js \
|
||||
src/main.js
|
||||
|
||||
Reference in New Issue
Block a user