From 5f2922f27a3883b63ffc0b440e9188f50c92a071 Mon Sep 17 00:00:00 2001 From: codl Date: Sat, 6 Oct 2018 00:55:11 +0200 Subject: [PATCH] doit: js depends on rollup config --- dodo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dodo.py b/dodo.py index 3a990f4..8910198 100644 --- a/dodo.py +++ b/dodo.py @@ -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=[