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)
when trying to have two builds, one with devcards the other without, figwheel only starts one of the builds
or only watches one should i say
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")
good to know, thanks carkh 😉