Skip to content

ember-cli/broccoli-config-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.