mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-09 11:12:06 +00:00
a03e649da6
Some users encoutered a bug where WebUI in browser show a white screen, which indicates a problem with loading javascript files. The problem was due to closure minifying failure leaving a zero-length deluge-all.js file which broke the usual fallback mechanism to debug files. * Fixed usage of ES6 const declaration breaking closure minifying. * Cleanup minified files upon errors so no zero length files left * Replaced broken and unmaintained slimit with rjsmin. * Fixed unable to set dev or debug query args due to request args requiring bytes.
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
-r requirements.txt
|
|
-r docs/requirements.txt
|
|
-r requirements-tests.txt
|
|
sphinx-autobuild
|
|
tox
|
|
pre-commit
|
|
flake8-blind-except
|
|
flake8-builtins
|
|
flake8-commas
|
|
flake8-comprehensions
|
|
flake8-debugger
|
|
flake8-mock
|
|
flake8-mutable
|
|
rjsmin
|