Go to file
Steve Howell 22dcf2e883 Never use compiled handlebars templates from the previous deploy.
Before this change, we were compiling handlebars templates but then
still sometimes used the copy of compiled.js from the previous deploy,
which made zero sense. Since compiling is super fast, we continue to
compile during every deployment, and now we actually use the results
of compiling. Forcing a recompile every time avoids pitfalls like
failing to notice deleted files or failing to notice a Handlebars
upgrade.

(imported from commit 675932428ec420bfe0fd5a5c748a85600206764c)
2014-01-10 21:39:03 -05:00
analytics Count all queries for mobile apps in /activity. 2014-01-10 21:38:57 -05:00
api Document our RSS integration. 2014-01-02 13:39:32 -05:00
assets Allow enterprise deployments to disable the use of Gravatar. 2013-11-18 11:48:53 -05:00
bin logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
bots [puppet] Add log2zulip tool for sending log files to Zulip. 2013-12-17 11:02:55 -05:00
confirmation Don't use hardcoded noreply@zulip.com, zulip@zulip.com, or https://zulip.com 2013-11-15 21:31:37 -05:00
corporate Modify /hello to go to register instead of signup on Enterprise 2013-11-22 13:50:24 -05:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
puppet Fix zulip->zulip_internal puppet path change for apns checker 2014-01-10 21:38:59 -05:00
scripts [manual] restart-server: Minimize downtime for message sender worker. 2013-12-19 17:21:23 -05:00
static Do notifications after message edits. 2014-01-10 21:39:03 -05:00
templates Update our pivotal integration to handle v5 of their API 2014-01-10 21:39:00 -05:00
tools Never use compiled handlebars templates from the previous deploy. 2014-01-10 21:39:03 -05:00
zerver Update mentioned flags after message edits. 2014-01-10 21:39:03 -05:00
zilencer Move message-related views into their own file 2014-01-10 21:38:59 -05:00
zproject Move message-related views into their own file 2014-01-10 21:38:59 -05:00
.gitattributes enterprise: Don't include templates/zilencer in our tarballs 2013-11-15 11:53:49 -05:00
.gitignore Add HTML output file for JS unit tests. 2013-11-27 15:09:21 -05:00
LICENSE Add license not referring to Zulip Enterprise license agreement. 2013-11-14 11:16:15 -05:00
manage.py logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
zulip_tools.py Move su_to_zulip into zulip_tools.py 2013-11-13 16:56:59 -05:00