ember-export-config

0.1.3 • Public • Published

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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Readme

Keywords

Package Sidebar

Install

npm i ember-export-config

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • danshapir