Fork me on GitHub
#lein-figwheel
<
2018-02-06
>
Nikki17:02:00

Anyone here know how to run 2 builds with figwheel concurrently?

shaun-mahood19:02:24

@lalanikki: It should work if you put :build-ids ["dev" "devcards"] into your figwheel config (with whatever build names you want to use)

Nikki19:02:12

oh cool thanks - had trouble finding that.

Nikki20:02:23

@shaun-mahood is that in the docs somewhere? I've tried to put :build-ids a few places and am failing miserably

shaun-mahood20:02:03

@lalanikki: Clearest place in the docs that I can find is in the component example under https://github.com/bhauman/lein-figwheel#scripting-with-component It took me a while to get it working, the way I figured it out was by starting from lein new devcards mydevcards and copying the config bits until it worked

Nikki20:02:55

Thanks for the link - I'll get back at it 🙂