shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
macroz 2020-09-19T15:52:06.048500Z

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.