This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
07b213bd2e
zulip
/
templates
/
zerver
/
emails
/
.gitignore
3 lines
16 B
Plaintext
Raw
Normal View
History
Unescape
Escape
emails: Store the compiled emails in separate directory.
2017-09-26 01:41:15 +02:00
compiled
send_custom_email: Use a special .gitignored directory. Previously, the send_custom_email code path leaked files in paths that were not `.gitignored`, under templates/zerver/emails. This became problematic when we added automated tests for this code path, as it meant we leaked these files every time `test-backend` ran. Fix this by ensuring all the files we generate are in this special subdirectory.
2020-04-22 01:48:28 +02:00
custom