Fork me on GitHub
#dirac
<
2017-01-03
>
danielsz13:01:51

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. 🙂

danielsz13:01:30

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 status code: 404

danielsz13:01:09

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

danielsz13:01:38

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

darwin14:01:15

@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

darwin14:01:46

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

danielsz14:01:35

@darwin Thanks. Will do.