Fork me on GitHub
#cursive
<
2019-05-06
>
steveb8n01:05:42

@cfleming loving the new html->hiccup translation feature. saves lots of time when experimenting with UI ideas

cfleming02:05:15

@steveb8n Great, thanks! Glad it’s helping.

mhuebert11:05:36

when I am working with local libs, I find that I need to put a clojurescript dep in each deps.edn (eg. {org.clojure/clojurescript {:mvn/version "1.10.520"}}), otherwise that library’s source files will be filled with undefined vars like defn, defprotocol etc. Is this just the normal/expected behaviour?