Fork me on GitHub
#devcards
<
2018-01-17
>
fabrao00:01:19

Hello all, is there any way to use devcards with figwheel in emacs cider?

fabrao01:01:15

@sventechie it seems that you can use one or another, right?

fabrao01:01:34

like using it in devcards.html or index.html, they recompile for devcards or index, not both.

fabrao01:01:54

is there any way to recompile for both?

rarous13:01:58

you can build more build configurations at once with figwheel: (require '[figwheel-sidecar.repl-api :as ra]) (ra/switch-to-build "app" "devcards")

fabrao14:01:26

@rarous It worked, thanks a lot