Skip to content

jemgold/ember-extension

 
 

Repository files navigation

Ember Extension Build Status

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

Installation

  • 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

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%