givanse / ember-cli-simple-auth-devise

:key: Authenticate to a Rails/Devise server from Ember CLI.
The Unlicense
40 stars 9 forks source link

Use the latest Ember CLI, Ember Simple Auth etc. #2

Closed marcoow closed 10 years ago

givanse commented 10 years ago

I'm getting an error:

ENOENT, no such file or directory '.../simple-auth/mixins/login-controller-mixin.js'

Did I miss something? Or, is this somehow related to https://github.com/simplabs/ember-cli-simple-auth/issues/1?

marcoow commented 10 years ago

ember-cli update was missing - the old version 0.0.34 doesn't know about ember cli addons and didn't pic k up the add-on hooks.

givanse commented 10 years ago

Thanks!