devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
Yehonathan Sharvit 2016-04-18T16:40:20.000006Z

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

bhauman 2016-04-18T16:48:40.000007Z

Sorry man I'm booking a flight brb

Yehonathan Sharvit 2016-04-18T16:51:40.000008Z

take your time...

bhauman 2016-04-18T16:55:06.000009Z

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?

Yehonathan Sharvit 2016-04-18T16:56:44.000010Z

exactly

bhauman 2016-04-18T16:58:57.000011Z

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

Yehonathan Sharvit 2016-04-18T16:59:53.000012Z

trying

Yehonathan Sharvit 2016-04-18T17:15:57.000013Z

it almost works

Yehonathan Sharvit 2016-04-18T17:16:23.000014Z

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

Yehonathan Sharvit 2016-04-18T17:16:30.000015Z

😁

bhauman 2016-04-18T17:17:43.000016Z

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

Yehonathan Sharvit 2016-04-18T17:18:04.000017Z

I have {:figwheel true}

Yehonathan Sharvit 2016-04-18T17:18:09.000018Z

on my dev build

Yehonathan Sharvit 2016-04-18T17:18:37.000019Z

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

bhauman 2016-04-18T17:18:47.000021Z

you output directories are different? and you have cleaned

bhauman 2016-04-18T17:18:49.000022Z

?

Yehonathan Sharvit 2016-04-18T17:19:00.000023Z

let me clean again

bhauman 2016-04-18T17:19:15.000024Z

and your :main is different for each build?

bhauman 2016-04-18T17:19:36.000025Z

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

Yehonathan Sharvit 2016-04-18T17:19:48.000026Z

yes :main is different

Yehonathan Sharvit 2016-04-18T17:20:02.000027Z

cleaning and recompiling...

Yehonathan Sharvit 2016-04-18T18:57:30.000028Z

it works fine

Yehonathan Sharvit 2016-04-18T18:57:47.000029Z

:simple_smile:

Yehonathan Sharvit 2016-04-18T18:57:53.000030Z

🤘