Hacker News new | ask | show | jobs
by bl4ckm0r3 3738 days ago
is the ember inspector working 100% with fastboot? (having some error while inspecting the index controller).

Btw great job!

1 comments

The Inspector works by injecting some debug code into the running app, so it won't work with FastBoot because the JavaScript is running on the server.

That said, it should work just fine once the Ember app finishes loading and running in the browser. I would love it if you could file an issue on the Ember Inspector GitHub page with the error you're getting.

At the ember conf now...will do some testing and eventually file a bug!