This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-07
Channels
- # announcements (1)
- # babashka (79)
- # beginners (177)
- # cider (27)
- # cljdoc (24)
- # cljs-dev (4)
- # clojure (43)
- # clojure-norway (7)
- # clojure-uk (3)
- # clojurescript (52)
- # conjure (12)
- # cryogen (1)
- # cursive (5)
- # data-science (7)
- # datahike (1)
- # datomic (1)
- # dirac (2)
- # helix (14)
- # jobs-discuss (130)
- # juxt (4)
- # liberator (4)
- # malli (2)
- # mxnet (2)
- # news-and-articles (1)
- # nrepl (19)
- # off-topic (27)
- # pathom (3)
- # practicalli (1)
- # re-frame (4)
- # reagent (2)
- # ring (7)
- # shadow-cljs (21)
- # spacemacs (11)
- # vim (38)
- # xml (2)
- # xtdb (17)
I was taking a look at devcards 0.2.7 and it fails to build with Shadow-CLJS
I opened an issue on their repo https://github.com/bhauman/devcards/issues/168
but I'm sorta unsure if this is a configuration problem in my setup, maybe I should be providing that namespace somehow?
it seems to be defined in it's deps.cljs
https://github.com/bhauman/devcards/blob/master/src/deps.cljs
{:foreign-libs
[{:file "devcards/js_libs/highlight.pack.js"
:provides ["devcards-syntax-highlighter"]
:global-exports {devcards-syntax-highlighter DevcardsSyntaxHighlighter}}
{:file "devcards/js_libs/marked.min.js"
:provides ["devcards-marked"]
:global-exports {devcards-marked DevcardsMarked}}]
:externs ["devcards/js_libs/highlight.ext.js"
"devcards/js_libs/marked.ext.js"]
:npm-deps {"create-react-class" "15.6.3"
"react" "16.13.1"
"react-dom" "16.13.1"}}
this is a fairly new release as well so maybe there was some misconfiguration there
wondering if someone has ran into it, or knows what should be done
@filipematossilva answered in the devcards issue
thank you @thheller, testing with that redirect
I added a comment on how you could hack a solution for 0.2.7 using some undocumented options from shadow-cljs.
Hi All, I’ve got a shadow-cljs project that builds and runs fine on my Mac but the dev-http
server does not startup on an arch linux box. Has anyone seen this before and what do you recommend to tracking down the issue?
Things we’ve tried on the Linux box include: • Upgrading node to latest with pacman • Clearing node cache and reloading dependencies
I can’t seem to get CSS reloading working. From everything I’ve read, there’s supposed to basically no configuration involved. I have reframe and 10x running, a sass compiler, absolute path to the CSS (include-css "/css/site.css")
tried tinkering with :watch-dir "resources/public/"
and :watch-dir "resources/public/css"
/ restarting shadow .etc. What else should I try ?
@jdkealy did you use re-frame-template
?
So you have followed the instructions there?