Files
zulip/tools
Aditya Bansal 6fce1d7834 template_parser: Add parsing support for self closing tags as per HTML5.
In this commit we add support for some tags which are also called
void-elements according to
http://w3c.github.io/html/syntax.html#void-elements to be parsed by
our template parser and get tagged as singleton_html_tags.

Fixes: #8387.
2018-02-15 17:47:43 -05:00
..
2017-11-29 14:24:08 -08:00
2018-01-03 13:26:55 -05:00
2017-09-29 15:44:56 -07:00
2017-12-18 09:36:47 -05:00
2017-09-29 15:44:56 -07:00
2017-09-29 15:44:56 -07:00
2018-02-09 19:42:49 -08: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.