Fork me on GitHub
#ring
<
2016-10-15
>
mathpunk20:10:54

I'm developing a frontend application, and it came time to write some server-side. I'm trying boot-http to run my server. I can set up ring handlers for routes, but I can no longer see the page I made. I figured this was "static content" but, this does not work: https://github.com/mathpunk/anansi/blob/server/src/clj/anansi/server.clj

mathpunk20:10:07

halp! I maybe don't fully understand what static content is

mathpunk20:10:47

other than, it gets the page that the rest of the build.boot is making out of my stub index.html and my compiled cljs, and doesn't run a server function

mathpunk20:10:31

i'm probably holding it wrong but i don't know enough about what static resources are, and how boot makes them, to know what else to try