mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
storage: Remove RemoveUnminifiedFilesMixin.
This can be done much more easily with the right options to collectstatic. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
f47f98e2f1
commit
b0a30aa01a
@@ -57,7 +57,7 @@ run(['./tools/webpack'], 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', 'styles', '-i', 'templates'],
|
||||
'--noinput', '-i', 'assets', '-i', 'js', '-i', 'styles', '-i', 'templates'],
|
||||
stdout=fp, stderr=fp)
|
||||
|
||||
if not settings.PRODUCTION:
|
||||
|
||||
Reference in New Issue
Block a user