doit: compress twitter.png mastodon.png

This commit is contained in:
codl 2017-08-23 23:10:00 +02:00
parent 1b5e0d5e46
commit c322362788
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ def task_compress_static():
'static/icon.png',
'static/logotype.png',
'static/settings.js',
'static/twitter.png',
'static/mastodon.png',
) + tuple((f'static/logotype-{width}.{format}' for width, format in cross((200, 400, 600, 800), ('jpeg','webp'))))
def compress_brotli(dependencies):