lein-figwheel

2018-02-06T17:51:00.000398Z

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

shaun-mahood 2018-02-06T19:03:24.000772Z

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

2018-02-06T19:04:12.000536Z

oh cool thanks - had trouble finding that.

2018-02-06T20:37:23.000577Z

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

shaun-mahood 2018-02-06T20:43:03.000314Z

@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

2018-02-06T20:43:55.000598Z

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