pedestal

v3ga 2024-09-05T11:54:28.967839Z

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

hlship 2024-09-06T14:50:27.046509Z

That does sound like a regression if it worked before.

v3ga 2024-09-06T18:31:01.474779Z

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.

hlship 2024-09-05T18:08:02.290529Z

What was your prior Pedestal version? This could be a localhost vs. 0.0.0.0 issue.

hlship 2024-09-05T18:08:09.588069Z

Check the release notes.

v3ga 2024-09-05T23:00:32.621049Z

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.

v3ga 2024-09-06T03:31:17.948549Z

Got it...removed "/" from "/css/style.css" in my link tag 😃