dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
danielsz 2017-01-03T13:47:51.001213Z

I think I should report an anomaly with Dirac. I first reported on the Boot channel, and @richiardiandrea kindly looked into it as well. We didn't make any progress though, so I'm here. 🙂

danielsz 2017-01-03T13:48:30.001214Z

I'm using Dirac and boot-cljs-devtools. It has worked great for me, but in one of my projects, the moment I type in the console (DevTools) I get 404 errors such as this: Could not load content for <http://localhost:3025/main.out/clojure/browser/main.out/clojure/browser/event.cljs> : HTTP status code: 404

danielsz 2017-01-03T13:49:09.001215Z

Maybe it's better to paste the link to the discussion we had in the Boot channel: https://clojurians.slack.com/archives/boot/p1483384262006406

danielsz 2017-01-03T13:50:38.001217Z

If you click on the date above, you can see the whole exchange.

2017-01-03T14:19:15.001218Z

@danielsz this looks to me like some source maps links are pointing to missing files, dirac asks DevTools to resolve names for code-completion and that probably fails

2017-01-03T14:20:46.001219Z

I would search through all generated js files in your output folder and check their source map links

danielsz 2017-01-03T14:36:35.001220Z

@darwin Thanks. Will do.