Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember-cli-inspectlet

Injects inspectlet scripts into your Ember CLI app.

Installation

  • npm install --save-dev ember-cli-inspectlet

  • Put config.APP.INSPECTLET_WID = XXXXXXXXXX; in the environment that you want inspectlet enabled, where XXXXXXXXXX is your Inspectlet wid. For example:

    environment.js

    if (environment === 'production') {
      ENV.APP.INSPECTLET_WID = 1234567890;
    }
    

Running Tests

  • ember test
  • ember test --server

About

Injects inspectlet scripts into your Ember CLI app.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages