Is there a way to run in parallel devcards and figwheel?
Sorry man I'm booking a flight brb
take your time...
so I'm not sure what you mean by parallel? I think you mean that you want to run your itegrated development build next to your devcards build?
exactly
you can create both builds and launch them lein figwheel dev-build cards-builds
trying
it almost works
in my dev-build
, when I open the browser to the app url, I see both the devcards and the app
😁
yeah you need to not have devcards true on your devbuild :simple_smile:
I have {:figwheel true}
on my dev build
and :figwheel { :devcards true }
on the cards build
you output directories are different? and you have cleaned
?
let me clean again
and your :main is different for each build?
well that probably isn't necessary but something to look at
yes :main is different
cleaning and recompiling...
it works fine
:simple_smile:
🤘