This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-18
Channels
- # beginners (17)
- # calva (1)
- # clara (1)
- # cljs-dev (12)
- # clojure (151)
- # clojure-france (11)
- # clojure-uk (6)
- # conjure (4)
- # datomic (32)
- # duct (42)
- # emacs (2)
- # fulcro (20)
- # lambdaisland (4)
- # malli (5)
- # meander (32)
- # pathom (8)
- # reagent (1)
- # reitit (7)
- # shadow-cljs (2)
- # sql (6)
- # tools-deps (2)
- # vim (17)
- # xtdb (1)
Solved it by changing the implementation of the build-hook. Instead I added my namespace directly to the :shadow.build.modules/config
I am trying to use npm package svg-cards
which is basically a big bag of PNGs and SVGs, but my shadow-cljs build isn’t serving them (I get 404). Is there some kind of way to make this work (other than manually copying from npm package to resources folder)?