Files
zulip/tools
Eeshan Garg bae1ecf1c5 tools/setup: Delete static/generated/bots before repopulating.
tools/setup/generate_zulip_bots_static_files now starts off by
deleting static/generated/bots/ (if it hasn't been removed already)
so that outdated static files from older versions of the zulip_bots
package don't supress errors in the main repo that would otherwise
break.

For more info, see #7542

Fixes: #7542.
2017-11-28 17:17:54 -08:00
..
2017-11-28 13:26:59 -08:00
2017-11-16 13:59:40 -08:00
2017-09-29 15:44:56 -07:00
2017-09-29 15:44:56 -07:00
2017-09-29 15:44:56 -07:00
2017-09-29 15:44:56 -07:00
2017-11-25 10:06:27 -08:00
2017-09-29 15:44:56 -07:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.