ember-introjs
Version:
An Ember Component for intro.js
33 lines (20 loc) • 1.12 kB
Markdown
# ember-disable-prototype-extensions
[](https://travis-ci.org/ember-cli/ember-disable-prototype-extensions)
[](https://ci.appveyor.com/project/embercli/ember-disable-prototype-extensions/branch/master)
Including this addon will disable Ember's prototype extensions.
This is a great idea for addon authors to ensure that their addon does not accidentally depend upon prototype extensions (which may be disabled in a consuming application).
For instructions on disabling prototype extensions see the Ember guide:
http://guides.emberjs.com/v1.11.0/configuring-ember/disabling-prototype-extensions/
## Installation
```sh
ember install ember-disable-prototype-extensions
```
## Collaboration
### Setup
* `git clone` this repository
* `npm install`
* `bower install`
### Running Tests
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`