broccoli-config-loader

Write your project's environments' configs out to JSON files.


Keywords
broccoli-plugin, config, ember-cli, javascript, js
License
MIT
Install
npm install broccoli-config-loader@1.0.1

Documentation

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.