one thing I'd like to add to my current project is for the devcards cljsbuild to start up with (go)
... is this a matter of adding a second :figwheel-system
entry into user/dev-system
, or do I figure out something else to put in the existing entry instead of (fw-config/fetch-config)
?
Seems like the behaviour now is to grab the first entry, which is usually correct because it ignores the min
cljsbuild config.
(start-autobuild "app" "devcards")
from the cljs repl works, of course ... just wanting to make it more automatic.