Adds an Ember tab to chrome dev tools that allows you to inspect Ember objects in your application.
Download a zip file from the S3 builds page. The latest version is located here.
And follow the steps below after "Clone the repository".
Or you can build yourself....
- Clone the repository
- Visit chrome://extensions in chrome
- Make sure
Developer mode
is checked - Click on 'Load unpacked extension...'
- Choose the
extension_dist
folder in the cloned repo - Close and re-open developer tools if it's already open
Run npm install
to install the required modules.
grunt
to build the files in theextension_dist
directorygrunt test
To run the tests in the terminalgrunt server
To start the test server atlocalhost:9292
grunt watch
To watch the files and re-build when anything changes (useful during development).