comparison 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
comparison
equal deleted inserted replaced
49:c16a331f42e5 50:1264ba9ffb10
25 def test_forever(ctx): 25 def test_forever(ctx):
26 ctx.run(f'npm run test_forever', pty=True) 26 ctx.run(f'npm run test_forever', pty=True)
27 27
28 @task(pre=[build]) 28 @task(pre=[build])
29 def install(ctx): 29 def install(ctx):
30 ctx.run(f'cp build/bundle.js /my/site/homepage/www/rdf/streamed-graph.bundle.js') 30 ctx.run(f'cp build/element.bundle.js /my/site/homepage/www/rdf/streamed-graph.bundle.js')
31 ctx.run(f'cp src/streamed-graph.css /my/site/homepage/www/rdf/streamed-graph.css')