Fork me on GitHub
#lein-figwheel
<
2017-05-26
>
frerom15:05:23

Looking at it now I see the figwheel sidecar has a dependency on ring 1.5.0. I guess that's why

alexandergunnarson16:05:22

Hey! I'm running into an println issue with Figwheel version 0.5.10. When Figwheel tries to compile something and fails (outputting the "helper application") I go to the appropriate localhost URI in the browser and helpful Figwheel info appears in the Chrome console, but none of my own println statements do. For instance I have a .cljc file like so (and I know it's getting loaded) :

(ns ...)

#?(:cljs (enable-console-print!))
#?(:cljs (js/console.error "Just print something"))
but it doesn't print. Any ideas?