broccoli-config-loader
v1.0.1
Published
Write your project's environments' configs out to JSON files.
Downloads
501,549
Readme
broccoli-config-loader
This plugin writes the environment files for an ember-cli Project.
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
.