Fork me on GitHub
#shadow-cljs
<
2020-09-19
>
Macroz15:09:06

Hello, is there a way to get shadow-cljs to serve http resources from under multiple directories / or copy stuff around? I mean a case where you don't want to mess the resources -directory with compiled / generated stuff but want to put it under target . What is the best setup for this? With Leiningen I can define cljsbuild output to go under target and then have two resource-paths , one under source resources and one from under target . Have I missed something in the manual? As far as I can see :http-root is singular.