Add file compression

This commit is contained in:
2014-12-15 21:28:25 +01:00
parent e327a1ff35
commit 4f4e464843
4 changed files with 31 additions and 3 deletions

View File

@@ -48,3 +48,6 @@ resources_path = ['resources']
icon_path = '%s/%s' % (os.path.basename(resources_path[0]), 'icon')
# CSS path (you can add yours)
css_path = ['%s/%s/%s' % (os.path.basename(resources_path[0]), 'css', 'iwla.css')]
# Extensions to compress in gzip during display build
compress_output_files = []