shadow-cljs/resource need literal string
This commit is contained in:
parent
ce00fc3058
commit
02074ef37d
2 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
"src/test/cljc"
|
||||
"src/test/cljs"
|
||||
"src/test/resources"]
|
||||
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "3.0.1"]
|
||||
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "3.0.2-SNAPSHOT"]
|
||||
[hickory "0.7.1"]]
|
||||
:builds {:frontend {:target :browser
|
||||
:modules {:main {:init-fn dda.c4k-website.browser/init}}
|
||||
|
|
|
@ -96,11 +96,6 @@
|
|||
"website/website-content-volume.yaml" (rc/inline "website/website-content-volume.yaml")
|
||||
(throw (js/Error. "Undefined Resource!")))))
|
||||
|
||||
; TODO: Review jem 2022/10/26: move this fkt. to a more general place
|
||||
#?(:cljs
|
||||
(defmethod yaml/load-as-edn :website [resource-name]
|
||||
(yaml/from-string (yaml/load-resource resource-name))))
|
||||
|
||||
(defn-spec generate-website-http-ingress pred/map-or-seq?
|
||||
[config flattened-and-reduced-config?]
|
||||
(let [{:keys [unique-name fqdns]} config]
|
||||
|
|
Loading…
Reference in a new issue