mainmatter / ember-cli-simple-auth-torii

Ember CLI Addon for the Ember Simple Auth Torii package
https://github.com/simplabs/ember-simple-auth/tree/master/packages/ember-simple-auth-torii
MIT License
7 stars 11 forks source link

Initialization issue #3

Closed jwahdatehagh closed 10 years ago

jwahdatehagh commented 10 years ago

i get this on install:

Uncaught Error: Assertion Failed: An initializer cannot be registered with both a before and an after

(ember-cli) v0.0.39

/node_modules/ember-cli-simple-auth-torii/vendor-addon/ember-simple-auth/simple-auth-torii.amd.js:
  131      __exports__["default"] = {
  132        name:   'simple-auth-torii',
  133:       before: 'simple-auth',
  134        after:  'torii',
  135        initialize: function(container, application) {

/node_modules/ember-cli-simple-auth-torii/vendor-addon/ember-simple-auth/simple-auth-torii.js:
  179      __exports__["default"] = {
  180        name:   'simple-auth-torii',
  181:       before: 'simple-auth',
  182        after:  'torii',
  183        initialize: function(container, application) {

these are the files in question...

jwahdatehagh commented 10 years ago

aha - Ember 1.5.1...