zulip/tools/lib
Anders Kaseorg c1675913a2 web: Move web app to ‘web’ directory.
Ever since we started bundling the app with webpack, there’s been less
and less overlap between our ‘static’ directory (files belonging to
the frontend app) and Django’s interpretation of the ‘static’
directory (files served directly to the web).

Split the app out to its own ‘web’ directory outside of ‘static’, and
remove all the custom collectstatic --ignore rules.  This makes it
much clearer what’s actually being served to the web, and what’s being
bundled by webpack.  It also shrinks the release tarball by 3%.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-02-23 16:04:17 -08:00
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
capitalization.py settings: Clarify message-delete-time-limit setting rule. 2023-02-08 12:46:05 -08:00
git-tools.bash lint: Add .bash extension for tools/lib/git-tools.bash. 2021-06-25 09:01:13 -07:00
gitlint-rules.py docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
html_branches.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
pretty_print.py ruff: Fix SIM201 Use … != … instead of not … == …. 2023-01-23 11:18:36 -08:00
provision_inner.py web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
provision.py install-node: Upgrade Node.js to 18.14.0; manage Yarn with Corepack. 2023-02-09 15:50:47 -08:00
sanity_check.py sanity_check: Improve output for manual installation. 2021-04-01 10:54:56 -07:00
template_parser.py ruff: Fix SIM102 nested if statements. 2023-01-23 11:18:36 -08:00
test_script.py dependencies: Upgrade JavaScript dependencies. 2022-12-07 09:55:05 -08:00
test_server.py ruff: Fix SIM115 Use context handler for opening files. 2023-01-23 11:18:36 -08:00