Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

shearwaterintl/ember-cli-inspectlet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%