https://github.com/ember-cli/broccoli-config-loader
https://github.com/ember-cli/broccoli-config-loader
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-cli/broccoli-config-loader
- Owner: ember-cli
- Created: 2015-08-14T21:55:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T17:27:38.000Z (over 8 years ago)
- Last Synced: 2025-12-23T07:44:56.754Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 14
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# broccoli-config-loader [](https://travis-ci.org/ember-cli/broccoli-config-loader)
This plugin writes the environment files for an [ember-cli][] [Project][].
```js
new ConfigLoader('./config', {
// annotate the output. See broccoli-plugin
annotations: true,
// write environments/development.json
env: 'development',
// if true, also write environments/test.json
tests: true,
// an ember-cli project
project: new Project(...)
});
```
## Running tests
`npm test`.
[ember-cli]: http://github.com/ember-cli/ember-cli
[project]: https://github.com/ember-cli/ember-cli/blob/master/lib/models/project.js