Closed toranb closed 10 years ago
@toranb that's not possible in EAK. the ember-cli folks try hard to get it working.
@toranb I believe the resolver does support that, just add your package in your vendor and make sure the transpiler ignores when you do `import { foo } from 'my-package'`` (see ember-qunit integration in EAK)
Check out this plugin I wrote which is distributed through bower http://github.com/abuiles/rails-csrf.
@toranb also see https://github.com/stefanpenner/ember-app-kit/pull/536/files
@abuiles is totally right. i was thinking that you would like to have a ready addon system.
@fsmanuel I think this can be closed, it would be a matter of following how is done with ember-qunit and then it should work. There is still room for improvements but that will be done on ember-cli.
I'm looking into how I might package up / bower install parts of my app and I wanted to see if the resolver supports anything like this today.
I assume this would be where I have a packages module at the root then something like /application/application-route / application-controller / application-view / etc