Fork me on GitHub
#shadow-cljs
<
2020-07-18
>
Felipe Marques01:07:26

Solved it by changing the implementation of the build-hook. Instead I added my namespace directly to the :shadow.build.modules/config

roklenarcic22:07:00

I am trying to use npm package svg-cards which is basically a big bag of PNGs and SVGs, but my shadow-cljs build isn’t serving them (I get 404). Is there some kind of way to make this work (other than manually copying from npm package to resources folder)?