This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-24
Channels
- # announcements (1)
- # aws (140)
- # beginners (41)
- # calva (47)
- # cider (43)
- # clj-kondo (36)
- # clojure (178)
- # clojure-europe (12)
- # clojure-gamedev (2)
- # clojure-italy (1)
- # clojure-nl (17)
- # clojure-russia (3)
- # clojure-spec (37)
- # clojure-uk (97)
- # clojurescript (173)
- # core-async (16)
- # cursive (18)
- # data-science (2)
- # datascript (6)
- # datomic (32)
- # dirac (16)
- # duct (16)
- # events (2)
- # figwheel-main (7)
- # fulcro (8)
- # graalvm (18)
- # immutant (3)
- # joker (2)
- # kaocha (8)
- # nrepl (6)
- # nyc (2)
- # off-topic (62)
- # quil (3)
- # re-frame (18)
- # reitit (6)
- # ring-swagger (1)
- # shadow-cljs (119)
- # spacemacs (4)
- # specter (2)
- # tools-deps (10)
- # vim (58)
- # xtdb (9)
Hmm SPA works during developing, but not after compile to production.
code: https://github.com/kwladyka/form-validator-cljs/tree/doc
output: https://github.com/kwladyka/form-validator-cljs/tree/gh-pages
website: https://kwladyka.github.io/form-validator-cljs/
how I build prodcution: https://github.com/kwladyka/form-validator-cljs/blob/cicd/Dockerfile-build-doc
Why it works during developing, but not after clojure -A:fig:min
?
I found it and described here https://github.com/reagent-project/reagent/issues/460
@ingesol https://github.com/kwladyka/form-validator-cljs/blob/doc/src/js/index.js + https://github.com/kwladyka/form-validator-cljs/blob/doc/figwheel-main.edn and you can share your node dependencies