Fork me on GitHub
#lein-figwheel
<
2016-03-24
>
harold23:03:48

I'm upgrading figwheel in our project from 0.4.0 to 0.5.1 and I am getting some interesting output: java.io.FileNotFoundException: Could not locate cemerick/piggieback__init.class or cemerick/piggieback.clj on classpath. --- (stack trace omitted) --- WARNING: unable to load "cemerick.piggieback/wrap-cljs-repl" middleware I am 99% sure this is my fault - but any advice would be appreciated simple_smile.

harold23:03:10

Also, whoever did the error messages near ------------ fighweel configuration error ------------ wins the award for best error message yet in the Clojure ecosystem. Totally excellent.

harold23:03:16

Adding [com.cemerick/piggieback "0.2.1"] to our project.clj dependencies suppressed the piggieback output.

harold23:03:05

Maybe that should be in the lien-figwheel dependencies? (speaking from no knowledge or authority)

harold23:03:20

It may also be bubbling up from something of ours.