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?
Do you use figwheel-main? You can run builds in parallel using this: https://figwheel.org/docs/background_builds.html
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