Fork me on GitHub
#dirac
<
2017-02-27
>
piotr-yuxuan21:02:32

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.

piotr-yuxuan21:02:50

I’m very puzzled by this 😕

piotr-yuxuan22:02:10

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

piotr-yuxuan22:02:46

However returns the home page

darwin22:02:35

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

piotr-yuxuan22:02:37

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

darwin22:02:03

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