This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-06
Channels
- # announcements (2)
- # beginners (97)
- # boot (3)
- # cider (23)
- # clara (9)
- # cljs-dev (40)
- # cljsrn (6)
- # clojure (107)
- # clojure-finland (2)
- # clojure-india (3)
- # clojure-italy (15)
- # clojure-nl (2)
- # clojure-spec (107)
- # clojure-uk (91)
- # clojurescript (28)
- # cursive (10)
- # data-science (4)
- # datomic (26)
- # duct (1)
- # emacs (6)
- # events (9)
- # figwheel-main (4)
- # fulcro (4)
- # graphql (2)
- # jobs (3)
- # jobs-discuss (12)
- # juxt (7)
- # kaocha (6)
- # off-topic (8)
- # onyx (2)
- # parinfer (13)
- # pedestal (32)
- # portkey (1)
- # re-frame (58)
- # reagent (17)
- # reitit (21)
- # ring-swagger (3)
- # shadow-cljs (35)
- # spacemacs (1)
- # tools-deps (33)
- # yada (13)
I created a dir in resources/public/
and have some .md files in there that I want to serve statically, I also have a custom ring handler, but somehow figwheel decides to serve from the handler instead of the static assets
Hi, I was wondering if there is a documentation that could help people who want to build a purely static website with the html and the compiled js all together in the same directory, ready to be pushed to Github Pages.
I followed the tutorial, and at the moment my build does not copy the html file into target/public/cljs-out
.
@vincent.cantin which tutorial are you referring to?
That’s the documentation, sorry. https://figwheel.org/docs/create_a_build.html#configuring-a-build using deps.edn