zulip/tools/setup
Rishi Gupta 6b3abce541 build_emoji: Generate emoji names and codepoints from emoji_map.
Replaces the hardcoded list of emoji_names and unicode_emoji_names in
static/js/emoji.js with a list generated from emoji_map.json, both to get
the list out of version control and so we can start modifying it for our
autocomplete. This does not change the contents of emoji_names. It sorts and
removes duplicates from unicode_emoji_names (causes no change in behavior,
since unicode_emoji_names is only used as if it were a set).
2017-01-28 17:05:32 -08:00
..
emoji build_emoji: Generate emoji names and codepoints from emoji_map. 2017-01-28 17:05:32 -08:00
__init__.py Add __init__.py to tools/ and tools/setup/. 2016-07-20 18:20:37 -07:00
generate-fixtures Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
generate-test-credentials Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
install-aws-server install-aws-server: Add support for installing zulip.conf. 2017-01-06 21:58:16 -08:00
postgres-init-dev-db Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
postgres-init-test-db Move tools/install-phantomjs to tools/setup/. 2016-05-26 18:28:14 +05:00
setup_venvs.py Patch activate script only in development. 2016-07-21 14:11:41 -07:00