ember-cli-remote-inspector
ember-cli-remote-inspector copied to clipboard
Lets you inspect apps running on different devices/browsers over the network using websockets.
This change and a patched ember inspector needs to happen first, so filing this PR to show what needs changed. Presumably the best thing to do is wait until a...
- Upgrades Ember Inspector from 1.8.0 to 2.1.1 - Upgrades Ember CLI from 0.2.5 to 2.15.1 - Upgrades node version support from 0.12 to 4.0+ cc @locks
Looks like `Ember.Debug` has been added to ember. The `ember_debug.js` in the bundled version of ember inspector checks if `Ember.Debug` is defined and doesn't load if it is. I'm guessing...
I'm living by a new rule: If it's in public use, it's 1.0. This addon is on NPM and in use, therefore it should be 1.0 asap. Breaking changes will...