2
0
mirror of https://github.com/codl/forget synced 2025-01-19 10:31:10 +01:00

doit: js depends on rollup config

This commit is contained in:
codl 2018-10-06 00:55:11 +02:00
parent 297d9398bb
commit 5f2922f27a
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A

View File

@ -125,7 +125,7 @@ def task_rollup():
file_dep=list(chain(
# fuck it
glob('assets/*.js'),
glob('components/*.html'))),
glob('components/*.html'))) + ['rollup.config.js'],
targets=[dst],
clean=True,
actions=[