devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
neilyio 2020-11-23T21:00:46.007900Z

I'm getting a "Can't find variable: DevcardsSyntaxHighlighter" when running advanced optimization on my build. The build is named devcards, and the command I'm running is clj -m figwheel.main -O advanced -bo devcards -s

neilyio 2020-11-23T21:02:19.009Z

My devcards.cljs.edn build file is simply:

^{:auto-bundle :webpack}
{:main cards.core
 :devcards true}