Merge "Enable offline compression for resource files"
This commit is contained in:
commit
a2a69c7402
@ -4,6 +4,7 @@ from openstack_dashboard import exceptions
|
|||||||
|
|
||||||
DEBUG = {{ debug }}
|
DEBUG = {{ debug }}
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
COMPRESS_OFFLINE = True
|
||||||
COMPRESS_ENABLED = True
|
COMPRESS_ENABLED = True
|
||||||
COMPRESS_ROOT = '{{ horizon_lib_dir }}/static'
|
COMPRESS_ROOT = '{{ horizon_lib_dir }}/static'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user