Add .html, .css and .js in default compressed files
This commit is contained in:
parent
c16debd36c
commit
b5361b6036
|
@ -53,7 +53,7 @@ icon_path = '%s/%s' % (os.path.basename(resources_path[0]), 'icon')
|
|||
css_path = ['%s/%s/%s' % (os.path.basename(resources_path[0]), 'css', 'iwla.css')]
|
||||
|
||||
# Files extensions to compress in gzip during display build
|
||||
compress_output_files = []
|
||||
compress_output_files = ['html', 'css', 'js']
|
||||
|
||||
# Path to locales files
|
||||
locales_path = './locales'
|
||||
|
|
Loading…
Reference in New Issue
Block a user