Add .html, .css and .js in default compressed files

This commit is contained in:
Gregory Soutade 2022-11-08 20:41:56 +01:00
parent c16debd36c
commit b5361b6036
1 changed files with 1 additions and 1 deletions

View File

@ -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'