This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-15
Channels
- # beginners (11)
- # boot (80)
- # carry (1)
- # cider (5)
- # cljs-dev (290)
- # cljsrn (4)
- # clojure (50)
- # clojure-canada (5)
- # clojure-dev (2)
- # clojure-korea (2)
- # clojure-russia (17)
- # clojure-spec (22)
- # clojurescript (41)
- # cursive (12)
- # datomic (10)
- # figwheel (1)
- # hoplon (68)
- # klipse (1)
- # off-topic (1)
- # om (16)
- # onyx (15)
- # parinfer (1)
- # proto-repl (4)
- # proton (2)
- # re-frame (14)
- # reagent (12)
- # ring (5)
- # vim (4)
- # yada (34)
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
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
something like this also didn't fix my problem: https://github.com/ring-clojure/ring/wiki/Static-Resources