oops. remove version.js from doit
This commit is contained in:
parent
c036664422
commit
78d8c89bd9
1
dodo.py
1
dodo.py
|
@ -58,7 +58,6 @@ def task_compress_static():
|
||||||
'static/styles.css',
|
'static/styles.css',
|
||||||
'static/icon.png',
|
'static/icon.png',
|
||||||
'static/logotype.png',
|
'static/logotype.png',
|
||||||
'static/version.js',
|
|
||||||
'static/settings.js',
|
'static/settings.js',
|
||||||
) + tuple((f'static/logotype-{width}.png' for width in (200, 400, 600, 800)))
|
) + tuple((f'static/logotype-{width}.png' for width in (200, 400, 600, 800)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue