duizendnegen / ember-cli-lazy-load

Support lazily loading your Ember app via splitting it up into Bundles
MIT License
42 stars 8 forks source link

Updates ember cli #12

Closed jbailey4 closed 8 years ago

jbailey4 commented 8 years ago

Additionally updates the EmberApp#javascript method to work with the new handling of vendor/addon modules. Particularly the change of moving the loader.js dep from a bower component to a node module, which was not getting loaded with newer versions of ember-cli.

This is related to https://github.com/duizendnegen/ember-cli-lazy-load/issues/11

duizendnegen commented 8 years ago

Is this ready to merge? Which versions of ember-cli is this known to support?

jbailey4 commented 8 years ago

Yes this is ready to merge. The ember-cli version should be a version >= 2.3.0

duizendnegen commented 8 years ago

:+1: thanks, now available on npm as 0.3.0.

jbailey4 commented 8 years ago

Awesome thank you 😄