dirac 2017-02-27

@piotr2b has joined the channel

I launch lein repl, then in another tab I do lein figwheel dev and in a third tab I have the Chrome command, just like the doc say it.

I’m very puzzled by this 😕

@darwin thanks for your kindness! Nope, neither localhost:3450/… not 0.0.0.0:3450/… are accessible.

However returns the home page

to me it looks like a misconfiguration of your source maps, some generated js file references a source map, which references this original source file which is not accessible to devtools

ok, I gonna work that way. But as you can see, I’ve put :source-map true.

:source-map true should be the default setting, look into your resources/public/js/compiled/out if the directory structure matches the expected layout