Fork me on GitHub
#reitit
<
2018-12-12
>
kardan15:12:38

I just started to read up reitit, sieppari & interceptors in general. How do one deal with resources from the class path (like assets served from resources/public)? It’s a bit blurry for me if one should use interceptors only or if mixing interceptors and ring middleware is possible. I didn’t find a “resources-interceptor” but maybe this is what one is supposed to write? Realise this is a bit of a rambling…

manutter5115:12:28

@kardan I think what you're looking for is under "Static Resources" https://metosin.github.io/reitit/ring/static.html

👍 4
kardan15:12:09

Ah, I thought I read the docs but apparently I’m a cheater 😞

jaide18:12:00

@kardan Perhaps try running lein new luminus test-app +reitit to create a sample clojure web app to poke through. http://www.luminusweb.net/docs

kardan18:12:03

Actually never looked at Luminus so that would be a good thing in two ways. Thanks

👍 4