figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
Juλian (he/him) 2021-06-05T19:37:50.003400Z

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-tmfv 2021-06-14T07:00:53.003500Z

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

il-tmfv 2021-06-14T07:05:33.003800Z

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