Fork me on GitHub
#figwheel
<
2021-06-05
>
Juλian (he/him)19:06:50

if I understand correctly, I can use :main to tell figwheel, which cljs source it should use to compile into the javascript file. is there a way to have figwheel compile more than one file and output them in separate javascript files? or is this not a usual use case? I'm playing with Quil and would like to output more than one sketch... maybe I should rethink how to do this?

il-tmfv07:06:53

Do you use figwheel-main? You can run builds in parallel using this: https://figwheel.org/docs/background_builds.html

il-tmfv07:06:33

with lein-figwheel setup you should be able to specify build names

$ lein figwheel example example-devcards
see https://github.com/bhauman/lein-figwheel#configure-your-builds