Fork me on GitHub
#figwheel-main
<
2018-11-06
>
skrat10:11:48

I created a dir in resources/public/ and have some .md files in there that I want to serve statically, I also have a custom ring handler, but somehow figwheel decides to serve from the handler instead of the static assets

Vincent Cantin14:11:48

Hi, I was wondering if there is a documentation that could help people who want to build a purely static website with the html and the compiled js all together in the same directory, ready to be pushed to Github Pages. I followed the tutorial, and at the moment my build does not copy the html file into target/public/cljs-out.

skrat15:11:13

@vincent.cantin which tutorial are you referring to?