Fork me on GitHub
#devcards
<
2016-04-18
>
Yehonathan Sharvit16:04:20

Is there a way to run in parallel devcards and figwheel?

bhauman16:04:40

Sorry man I'm booking a flight brb

bhauman16:04:06

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?

bhauman16:04:57

you can create both builds and launch them lein figwheel dev-build cards-builds

Yehonathan Sharvit17:04:23

in my dev-build, when I open the browser to the app url, I see both the devcards and the app

bhauman17:04:43

yeah you need to not have devcards true on your devbuild simple_smile

Yehonathan Sharvit17:04:04

I have {:figwheel true}

Yehonathan Sharvit17:04:37

and :figwheel { :devcards true } on the cards build

bhauman17:04:47

you output directories are different? and you have cleaned

Yehonathan Sharvit17:04:00

let me clean again

bhauman17:04:15

and your :main is different for each build?

bhauman17:04:36

well that probably isn't necessary but something to look at

Yehonathan Sharvit17:04:48

yes :main is different

Yehonathan Sharvit17:04:02

cleaning and recompiling...