This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-08
Channels
- # admin-announcements (3)
- # beginners (284)
- # boot (179)
- # cider (15)
- # cljs-dev (6)
- # cljsrn (95)
- # clojure (105)
- # clojure-austria (4)
- # clojure-berlin (9)
- # clojure-germany (4)
- # clojure-japan (3)
- # clojure-russia (65)
- # clojurebridge (1)
- # clojurescript (109)
- # code-reviews (16)
- # cursive (27)
- # datavis (19)
- # datomic (68)
- # devcards (7)
- # funcool (31)
- # jobs (1)
- # ldnclj (2)
- # lein-figwheel (3)
- # leiningen (4)
- # off-topic (419)
- # om (255)
- # parinfer (39)
- # portland-or (2)
- # re-frame (28)
- # reagent (14)
- # slack-help (12)
- # spacemacs (1)
Hey there! I’m having trouble getting a hosted devcards website to work. I get the devcards UI but no namespaces are listed
I have a my-app.cards namespace with the following
(ns my-app.cards
(:require [devcards.core]))
(devcards.core/start-devcard-ui!*)
I then do lein cljsbuild once hostedcards
and start a web server where my cards.html
is located. And then I get the devcards UI but no namespaces are listed. Everything is working fine with figwheel