0.1.3 • Published 10 years ago
ember-export-config v0.1.3
ember-export-config
Ever wanted to have your environment.js file kept not in the meta but as a separate file? Well this addon is doing just that!
This addon will create a new file called config.js in your assets directory.
You'll need to add it in your index.html file.
To Install just:
ember install ember-export-config
Configuration
If you want to disable the plugin:
var app = new EmberApp(defaults, {
'ember-export-config': {
enabled: true,
fileName: 'config.js'
}
});Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.