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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    123,607
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    123,607
  • 1.0.0
    1,628

Package Sidebar

Install

npm i broccoli-config-loader

Weekly Downloads

107,406

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rwjblue
  • stefanpenner