dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
piotr-yuxuan 2017-02-27T21:53:32.002652Z

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-yuxuan 2017-02-27T21:53:50.002653Z

I’m very puzzled by this 😕

2017-02-27T21:54:28.002654Z

does this file (url) exists when you request it directly? http://0.0.0.0:3450/js/compiled/out/lazy_scrolling_renderer/events/events.utils.cljs

piotr-yuxuan 2017-02-27T22:19:10.002657Z

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

piotr-yuxuan 2017-02-27T22:19:46.002658Z

However <http://localhost:3450/> returns the home page

2017-02-27T22:21:35.002659Z

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-yuxuan 2017-02-27T22:29:37.002660Z

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

2017-02-27T22:34:03.002661Z

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