doit: js depends on rollup config
This commit is contained in:
parent
297d9398bb
commit
5f2922f27a
2
dodo.py
2
dodo.py
|
@ -125,7 +125,7 @@ def task_rollup():
|
||||||
file_dep=list(chain(
|
file_dep=list(chain(
|
||||||
# fuck it
|
# fuck it
|
||||||
glob('assets/*.js'),
|
glob('assets/*.js'),
|
||||||
glob('components/*.html'))),
|
glob('components/*.html'))) + ['rollup.config.js'],
|
||||||
targets=[dst],
|
targets=[dst],
|
||||||
clean=True,
|
clean=True,
|
||||||
actions=[
|
actions=[
|
||||||
|
|
Loading…
Reference in New Issue