ember-fast-load-initializers

0.0.2 • Public • Published

Ember-fast-load-initializers

This addon is a fork of ember-load-initializers with running faster than that.

This addon primarily assumes the requirejs contains a list of all AMD modules that are initializers or instance initializers. Thereby, it does not walk through all your AMD modules to figure this out at runtime.

Dependencies

This addon should not be used as a standalone replacement for ember-load-initializers. This addon should only be used with the following addons:

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://ember-cli.com/.

/ember-fast-load-initializers/

    Package Sidebar

    Install

    npm i ember-fast-load-initializers

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • kratiahuja