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.
If you want to configure it, those are the defaults:
var app = new EmberApp(defaults, {
'ember-export-config': {
enabled: true,
fileName: 'config.js'
}
});
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.