broccoli-config-loader

1.0.1 • Public • Published

broccoli-config-loader Build Status

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.

Package Sidebar

Install

npm i broccoli-config-loader

Weekly Downloads

134,005

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rwjblue
  • stefanpenner