Hi, I'm coming back to clojure/pedestal after being away for a year and I was wondering why my static files aren't loading. https://gist.github.com/v3gatron/62d40773d6ddfcbc746a5393338e1705
That does sound like a regression if it worked before.
Oh, well this is new code. I'd taken a break from clojure in general... I believe the last time I touched pedestal the new team had just begun their push so it may be a very minor change.
What was your prior Pedestal version? This could be a localhost vs. 0.0.0.0 issue.
Check the release notes.
the latest...i'm sure it's something simple.. the html comes up but I can't get access to "/public" despite pointing to it... I also tried (http://clojure.java.io/resource "public/css/style.css") -> nil. I'll toy with it more tonight.
Got it...removed "/" from "/css/style.css" in my link tag 😃