Giter Site home page Giter Site logo

ember-extension's Introduction

Ember Extension Build Status

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

Installation

Chrome

Install the extension from the Chrome Web Store.

OR:

  • Clone the repository
  • cd into the repo directory
  • run npm install
  • run npm install -g grunt-cli
  • run grunt to build the dist_chrome directory
  • Visit chrome://extensions in chrome
  • Make sure Developer mode is checked
  • Click on 'Load unpacked extension...'
  • Choose the dist_chrome folder in the cloned repo
  • Close and re-open developer tools if it's already open

Firefox

Install the extension from the last XPI build

OR:

  • Clone the repository
  • cd into the repo directory
  • run npm install
  • run npm install -g grunt-cli
  • run grunt build build_xpi to build the dist_firefox directory, download Firefox Addon SDK and build Firefox Addon XPI to 'tmp/xpi/ember-inspector.xpi' or grunt run_xpi to run the Firefox Addon in a temporary profile (or use FIREFOX_BIN and FIREFOX_PROFILE to customize Firefox profile directory and Firefox binary used to run the extension)

Building and Testing:

Run npm install to install the required modules.

  • grunt to build the files in the dist_chrome and dist_firefox directories
  • grunt test To run the tests in the terminal
  • grunt build build_xpi to download and build Firefox Addon XPI into tmp/xpi/exber-inspector.xpi
  • grunt run_xpi to run the Firefox Addon XPI on a temporary new profile (or use FIREFOX_BIN and FIREFOX_PROFILE to customize Firefox profile directory and Firefox binary used to run the extension)
  • 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).

ember-extension's People

Contributors

abulrim avatar ccarruitero avatar craigteegarden avatar eventualbuddha avatar fivetanley avatar igort avatar rpl avatar teddyzeenny avatar tikotzky avatar tomdale avatar wagenet avatar wycats avatar zoghal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.