Merge "Enable offline compression for resource files"

This commit is contained in:
Jenkins 2015-03-13 02:44:54 +00:00 committed by Gerrit Code Review
commit af64fa9f1f

View File

@ -4,6 +4,7 @@ from openstack_dashboard import exceptions
DEBUG = {{ debug }}
TEMPLATE_DEBUG = DEBUG
COMPRESS_OFFLINE = True
COMPRESS_ENABLED = True
COMPRESS_ROOT = '{{ horizon_lib_dir }}/static'