zulip/static
Greg Price a099e698e2 py3: Switch almost all shebang lines to use `python3`.
This causes `upgrade-zulip-from-git`, as well as a no-option run of
`tools/build-release-tarball`, to produce a Zulip install running
Python 3, rather than Python 2.  In particular this means that the
virtualenv we create, in which all application code runs, is Python 3.

One shebang line, on `zulip-ec2-configure-interfaces`, explicitly
keeps Python 2, and at least one external ops script, `wal-e`, also
still runs on Python 2.  See discussion on the respective previous
commits that made those explicit.  There may also be some other
third-party scripts we use, outside of this source tree and running
outside our virtualenv, that still run on Python 2.
2017-08-16 17:54:43 -07:00
..
assets py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
audio
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html frontend: Add header to static/5xx.html. 2017-07-28 17:45:23 -07:00
images integrations: Add OpsGenie integration. 2017-08-15 08:42:19 -07:00
js user_events: Fix buggy-looking logging code. 2017-08-16 16:23:41 -07:00
locale locale: Update Japanese strings. 2017-08-07 16:58:10 -07:00
styles frontend: Add perfectScrollbar to invite users modal. 2017-08-16 08:23:34 -07:00
swagger Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
templates emoji_picker: Change emoji picker to be category based. 2017-08-14 12:52:35 -07:00
third markdown.js: Remove paragraph break from numbered lists. 2017-07-28 12:32:20 -07:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore gitignore: Forget obsolete path static/js/bundle.js . 2017-07-19 14:19:20 -07:00
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt