Merge "Enabled django-compressor for javascript sanity test"
This commit is contained in:
commit
e543879af6
@ -118,9 +118,10 @@ HORIZON_CONFIG = {
|
||||
'help_url': "http://example.com"
|
||||
}
|
||||
|
||||
COMPRESS_ENABLED = False
|
||||
COMPRESS_ENABLED = True
|
||||
COMPRESS_OFFLINE = False
|
||||
COMPRESS_ROOT = "/tmp/"
|
||||
COMPRESS_PARSER = 'compressor.parser.HtmlParser'
|
||||
|
||||
STATICFILES_FINDERS = (
|
||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||
|
Loading…
x
Reference in New Issue
Block a user