mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
22dcf2e88363fd52e875e98a760f83dc122518ee
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)
Description
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
Apache-2.0
855 MiB
Languages
Python
58.5%
TypeScript
18.1%
JavaScript
9.1%
CSS
3.9%
HTML
3.6%
Other
6.6%