Questions tagged [ember-cli-addons]
82 questions
0
votes
2 answers
Torii Configuration is not being loaded in ember cli
I'm having a lot of trouble getting ember simple auth with torii working at all at the moment using Ember CLI.
After creating a new Ember CLI app and installing torii, ember-cli-simple-auth and ember-cli-simple-auth-torii, I have a couple of buttons…

Deeksy
- 5,304
- 2
- 23
- 27
0
votes
1 answer
Custom Ember CLI addon not installing properly
I've taken a stab at building an Ember CLI addon to share with the world. The purpose of the addon is a Firebase Authenticator for Ember Simple Auth. I've gotten the code working, but after packaging it up as an addon according to the Ember CLI…

jdixon04
- 1,435
- 16
- 28
0
votes
1 answer
upgrade ember addon on ember-cli 0.2.2
I started developing an addon in on ember-cli 0.2.1 and when I generated my files using the generator, they placed the files in ~/app/ and not ~/addon.
What do I need to do put the files in the right place?
The project contains services, mixins and…

dagda1
- 26,856
- 59
- 237
- 450
0
votes
0 answers
can't test ember component that appends a div to the dom
I have a ember-cli-addon that adds a component which appends a div with a specific class to the consuming application. I'm trying to test this integration and having difficulty to setup the test.
I have tried to unit test the component as well but…

ashraf
- 537
- 7
- 16
0
votes
3 answers
ember-cli 0.2.1 - generated addon test cannot find mixin
I have recently upgraded ember-cli 0.2.0 to 0.2.1 and I ran the following command to generate a mixin:
ember g mixin listener
The generate file was place in addon/mixins/listener.js.
The generated test looks like this:
import Ember from…

dagda1
- 26,856
- 59
- 237
- 450
0
votes
1 answer
Integrate a design into an ember cli project
I am just trying to add a design to my ember cli app, I copied all the assets files of my design to the /public folder and imported them in app/index.html but most files give errors in loading.
I thought the web would be full with examples but…

Moh
- 249
- 3
- 15
0
votes
1 answer
Ember cli Uncaught TypeError: undefined is not a function
I am an ember noob and i originally built my app without ember-cli it works fine
then i got the bright idea of rebuilding my very simple app with ember-cli what could possible go wrong:)
Everything works the same in both apps until ember throws an…

tharderer
- 83
- 1
- 5