Mercurial > code > home > repos > streamed-graph
diff tasks.py @ 24:09080dc809ed
webpack config might finally work
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 Dec 2019 23:05:12 -0800 |
parents | 23fa6402c728 |
children | 86270a59ae7b |
line wrap: on
line diff
--- a/tasks.py Fri Dec 13 22:42:57 2019 -0800 +++ b/tasks.py Fri Dec 13 23:05:12 2019 -0800 @@ -11,7 +11,7 @@ @task def build(ctx): - ctx.run(f'yarn run webpack-cli --config webpack.config.js --mode production') + ctx.run(f'yarn run webpack-cli --config webpack.config.js --mode production') # --debug --display-error-details ctx.run(f'cp build/streamed-graph.bundle.js /my/site/homepage/www/rdf/streamed-graph.bundle.js') ctx.run(f'cp streamed-graph.css /my/site/homepage/www/rdf/streamed-graph.css')