Fork me on GitHub
#cider
<
2016-10-25
>
dpsutton13:10:52

I'm cloning a clojurescript project and trying to clojure script jack in, but i'm getting that it can't find the figwheel api init class. Which it can't, as its not on the classpath. However, this is certainly listed as a plugin in the project file and lein figwheel correctly cranks up the clojurescript repl

dpsutton13:10:58

anyone have any ideas?

dpsutton13:10:30

If anyone is wondering, the answer apparently seems to be that figwheel needs to be declared as both a plugin and a dev dependency for cider, but not for lein figwheel

dpsutton13:10:24

as i'm guessing lein figwheel includes this as a dev dependency