This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-05
Channels
- # adventofcode (138)
- # announcements (1)
- # babashka (4)
- # beginners (71)
- # biff (2)
- # calva (7)
- # cider (20)
- # clj-kondo (4)
- # cljsrn (4)
- # clojure (36)
- # clojure-europe (37)
- # clojure-nl (2)
- # clojure-norway (27)
- # clojure-portugal (1)
- # clojure-uk (4)
- # clojurescript (8)
- # emacs (3)
- # graphql (1)
- # hugsql (4)
- # humbleui (6)
- # hyperfiddle (1)
- # jobs-discuss (18)
- # joyride (2)
- # malli (17)
- # meander (7)
- # membrane (8)
- # off-topic (16)
- # pathom (14)
- # portal (4)
- # rdf (36)
- # reitit (4)
- # releases (2)
- # remote-jobs (1)
- # scittle (15)
- # shadow-cljs (13)
- # tools-deps (40)
With version 2.20.12
the basic http server doesn’t serve the index.html from /resources/public
when given :root "resources/public"
but the version 2.19.2
does. Is there some known configuration change that’s happened or is this a regression?
Are you also using shadow's proxy? I encountered a problem in 2.19.9 https://clojurians.slack.com/archives/C6N245JGG/p1665086160661559?thread_ts=1665058569.004029&cid=C6N245JGG
If the proxy-url option is given the re-direct to index.html stops working with the latest version. But if no proxy-url option is given it works. Also it everything works as expected with the version 2.19.2
https://github.com/thheller/shadow-cljs/issues/1071 created an issue for this
what may have changed is that if you have your own :handler
as well. since that didn't previously get called for those files, but now is
Hi. How do I override the location of my local maven repository in shadow-cljs.edn
? Thanks
Thanks a lot!
https://github.com/thheller/shadow-cljs/issues/1071 created an issue for this