5xx.html: Build with webpack.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-10-21 17:02:14 -07:00
committed by Tim Abbott
parent f077508c6d
commit ee9a6071fd
9 changed files with 143 additions and 33 deletions

View File

@@ -61,7 +61,7 @@ run(authors_cmd, stdout=fp, stderr=fp)
# Collect the files that we're going to serve; this creates prod-static/serve.
run(['./manage.py', 'collectstatic', '--no-default-ignore',
'--noinput', '-i', 'assets', '-i', 'js', '-i', 'styles', '-i', 'templates'],
'--noinput', '-i', 'assets', '-i', 'html', '-i', 'js', '-i', 'styles', '-i', 'templates'],
stdout=fp, stderr=fp)
# Compile translation strings to generate `.mo` files.