tools: Create tool for inlining email CSS during provision.

This commit is contained in:
Vishnu Ks
2017-09-16 18:00:57 +05:30
committed by Tim Abbott
parent c2f8fc9500
commit f4c69bb126
4 changed files with 54 additions and 0 deletions

View File

@@ -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"])