zeuben / ember-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Extension Build Status

Adds an Ember tab to chrome dev tools that allows you to inspect Ember objects in your application.

Installation

Install the extension from the Chrome Web Store.

OR:

  • 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

Building and Testing:

Run npm install to install the required modules.

  • grunt to build the files in the extension_dist directory
  • grunt test To run the tests in the terminal
  • grunt server To start the test server at localhost:9292
  • grunt watch To watch the files and re-build when anything changes (useful during development).

About