Fork me on GitHub
#chestnut
<
2017-09-25
>
rgm17:09:58

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)?

rgm17:09:35

Seems like the behaviour now is to grab the first entry, which is usually correct because it ignores the min cljsbuild config.

rgm17:09:36

(start-autobuild "app" "devcards") from the cljs repl works, of course ... just wanting to make it more automatic.