https://github.com/ember-cli/ember-disable-prototype-extensions
Disables Ember's prototype extensions
https://github.com/ember-cli/ember-disable-prototype-extensions
Last synced: 7 months ago
JSON representation
Disables Ember's prototype extensions
- Host: GitHub
- URL: https://github.com/ember-cli/ember-disable-prototype-extensions
- Owner: ember-cli
- License: mit
- Created: 2015-03-25T12:16:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T16:59:30.000Z (over 4 years ago)
- Last Synced: 2025-05-28T08:20:57.096Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 6
- Watchers: 8
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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`