devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
carkh 2017-12-14T11:55:51.000220Z

I'm trying to have a dev environment showing a page with my normal application and another page with devcards... But it looks like devcards is taking over the whole thing and is showing on every page... any obvious configuration i might be missing ? (i'm currently merely am adding :devcards true in my dev figwheel config)

carkh 2017-12-14T11:56:34.000040Z

when trying to have two builds, one with devcards the other without, figwheel only starts one of the builds

carkh 2017-12-14T11:56:48.000188Z

or only watches one should i say

carkh 2017-12-14T12:35:37.000296Z

ah got it working ...for future reference, i copy/pasted my dev profile to devcards profile, added the :devcard true to the devcards profile, then started figwheels like so : (f/start-figwheel! "dev" "devcards")

romain 2017-12-14T13:12:40.000162Z

good to know, thanks carkh 😉