Martin
Martin

Reputation: 2300

Using simple auth without Ember-cli

I want to use simple auth without Ember-cli. Up until version 0.8.0, simple auth was distributed as a bower addon, and could be imported with the AMD module inside the bower package (ember-simple-auth/simple-auth.amd.js). Since I want to use the newest version of Ember and Ember Data, I also need to update the simple auth version to version 1.0.1.

How do I use the new version without Ember-cli?

Upvotes: 0

Views: 42

Answers (1)

marcoow
marcoow

Reputation: 4062

You cannot use Ember Simple Auth without Ember CLI anymore.

Upvotes: 0

Related Questions