Updated ember-cli fixes and some minor changes#147
Updated ember-cli fixes and some minor changes#147broerse merged 1 commit intopouchdb-community:masterfrom
Conversation
|
Still Beta but take a look at https://github.com/martinic/ember-simple-auth-pouch used like this https://github.com/broerse/ember-cli-blog/blob/master/app/authenticators/pouch.js See it in action: https://bloggr.exmer.com/login |
|
It looks good. Perhaps |
|
@broerse squash done! |
|
Yes please improve the beta addon. I am interested in structure changes. I like to see the move to NPM only. See also #120 |
|
@fed03 It seems you must also change https://github.com/Fed03/ember-pouch/blob/new-version/blueprints/ember-pouch/index.js versions. |
|
@broerse I kept the current bower deps cause I didn't want to change anything that "matters" in this PR; but, if you want, I'll update them. I don't really thought to switch to npm only. I read that if we want to use npm module in ember we must use something like ps. maybe @nolanlawson or @fivetanley can help us on this matter |
|
@fed03 I will merge it like this. |
I've updated the addon to the latest ember-cli version available and other minor changes.
This PR is preparatory to some structure changes (not API) I've in mind that could open to a plugin ecosystem. For example I'm developing an
ember-simple-authplugin that usespouchdb-authenticationand hooks intoember-pouch.I thought to open this PR first to know your opinions and to prepare the ground without an excessive shock