Mercurial > code > home > repos > streamed-graph
diff tasks.py @ 50:1264ba9ffb10
make a full-element version for pages that want to try to use that
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Jan 2020 00:33:16 -0800 |
parents | 895ae7c5b0f4 |
children | 0d0638bd98be |
line wrap: on
line diff
--- a/tasks.py Thu Jan 09 00:05:32 2020 -0800 +++ b/tasks.py Thu Jan 09 00:33:16 2020 -0800 @@ -27,5 +27,4 @@ @task(pre=[build]) def install(ctx): - ctx.run(f'cp build/bundle.js /my/site/homepage/www/rdf/streamed-graph.bundle.js') - ctx.run(f'cp src/streamed-graph.css /my/site/homepage/www/rdf/streamed-graph.css') + ctx.run(f'cp build/element.bundle.js /my/site/homepage/www/rdf/streamed-graph.bundle.js')