Fork me on GitHub
#chestnut
<
2017-11-03
>
vinai10:11:28

I'm trying to start a chestnut based app with figwheel using lein repl (not emacs) for a frontend CSS dev to work on it on his local system. lein repl drops me into the user ns successfully, but when I run (start) or (reloaded.repl/start) I get a

IllegalArgumentException No implementation of method: :start of protocol: #'com.stuartsierra.component/Lifecycle found for class: nil  clojure.core/-cache-protocol-fn
When I cider-jack-in-clojurescript in emacs it works fine... What am I missing?

vinai10:11:41

Ah, I have to start the app initially with (go).

featheredtoast19:11:53

yeah, it originally was (run) but that's being deprecated in favor of (go) to mirror reloaded.repl's API