mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
tools: Create tool for inlining email CSS during provision.
This commit is contained in:
@@ -279,6 +279,7 @@ def main(options):
|
||||
run(["tools/setup/build_pygments_data.py"])
|
||||
run(["scripts/setup/generate_secrets.py", "--development"])
|
||||
run(["tools/update-authors-json", "--use-fixture"])
|
||||
run(["tools/inline-email-css"])
|
||||
if options.is_travis and not options.is_production_travis:
|
||||
run(["sudo", "service", "rabbitmq-server", "restart"])
|
||||
run(["sudo", "service", "redis-server", "restart"])
|
||||
|
||||
Reference in New Issue
Block a user