Fork me on GitHub
#shadow-cljs
<
2021-12-30
>
borkdude13:12:17

how can I watch a release build, or put another way: can I watch a build with optimizations simple?

thheller17:12:15

not supported since it would usually be impractical. takes too long to build. just have shadow-cljs server running and then run shadow-cljs release app whenever you need it (or have another watch trigger it if you must)

borkdude18:12:31

cljs.main does support it

borkdude18:12:07

I'll use the server approach