figwheel-main

octahedrion 2024-08-05T06:23:57.157759Z

how do I do an advanced compilation without starting a server ? I want it to compile and stop

athomasoriginal 2024-08-05T16:10:01.469529Z

I believe https://www.youtube.com/watch?v=LapxpvYf1fo&t=16s might provide some insight?

athomasoriginal 2024-08-05T16:11:29.447199Z

And from the docs: https://figwheel.org/docs/advanced_compile.html

octahedrion 2024-08-12T10:57:12.166689Z

for anyone searching the answer is to use the -bo or --build-once option

:main-opts ["-m" "figwheel.main" "-bo" "adv"]
in your advanced build alias then clj -M:adv-build