doit: compress twitter.png mastodon.png
This commit is contained in:
parent
1b5e0d5e46
commit
c322362788
2
dodo.py
2
dodo.py
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue