From 78d8c89bd945eedd6d17e47e46ddb5733ac5e6e4 Mon Sep 17 00:00:00 2001 From: codl Date: Sun, 20 Aug 2017 20:07:53 +0200 Subject: [PATCH] oops. remove version.js from doit --- dodo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dodo.py b/dodo.py index 23984fd..56aedd2 100644 --- a/dodo.py +++ b/dodo.py @@ -58,7 +58,6 @@ def task_compress_static(): 'static/styles.css', 'static/icon.png', 'static/logotype.png', - 'static/version.js', 'static/settings.js', ) + tuple((f'static/logotype-{width}.png' for width in (200, 400, 600, 800)))