-
Migrate to https://ember-learn.github.io/ember-cli-addon-docs/docs from current basic documentation page.
This provides consistency with other addons and flexibility to easily add new information.
raido updated
3 years ago
-
Initially reported here: https://github.com/emberjs/ember.js/issues/19912
During my testing the following works (after removing ember-cli-terser so I could see errors clearly):
- removing the Wel…
-
Hi! I'm developing a private addon to be consumed by my Ember app that I'd like to include styles for. The addon uses a pod structure and it also defines a `podModulePrefix` in `config/environment.js`…
-
Due to the naming of the service bundled with this addon, there's a name collision with this addon:
https://github.com/code-corps/ember-stripe-service
It would be nice if we could use both the emb…
-
The generated output is different, and it appears the addon should be built in the `addon` folder, not `app` now.
When building the addon, I also had to fix this manually:
`An `addon/templates` tree…
-
Hi! Thanks for taking care of this addon!
I wonder whether the https://github.com/jasonmit/ember-cli-moment-shim is still required for ember-moment?
In case it DOES NOT, should we remove the [blue…
-
Hey,
I am trying to use this addon with Ember, but with no luck. I've tried with ember-cli 3.4 and 3.10 and both failed. I am getting error while trying to use bundled collection of components. It …
-
I tried adding a content directory with a post in it and upon running `ember s` I get `Cannot convert undefined or null to object`. Any ideas?
```
- stack: TypeError: Cannot convert undefined or…
-
### 🐞 Describe the Bug
Test fail because as of this writing `loc$$1.sliceStartChars is not a function`. Going deeper
### 🔬 Minimal Reproduction
This pull request shows the error
https://gith…
-
We're not setting up sass for easy import by consumers, we should do so following one of these mechanisms (personally, I prefer the second one):
https://github.com/aexmachina/ember-cli-sass#addon-u…