-
In my addon, I am trying to change the default install location of mirage from `"tests\dummy\mirage\" `to `"addon/mirage"` or `"app/mirage"`. (I want to ship out and install the mirage folders into my…
-
As mentioned by @ef4 in https://github.com/emberjs/rfcs/pull/578#issuecomment-643481309, one of the next steps towards modernizing Ember CLI's build system is teaching Addon authors how to convert the…
-
After updating ember to `3.21.3` we start getting a [DataCloneError](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#Things_that_dont_work_with_structured_c…
-
Anytime a change to a `.scss` file is made, the `assets/tests.js` is also modified, resulting in a full-page reload. Removing the addon restores the functioning of the hot reloading.
Observe this b…
-
## The dependency [ember-cli-babel](https://github.com/babel/ember-cli-babel) was updated from `7.13.2` to `7.14.0`.
🚨 [View failing branch](https://github.com/kiwiupover/ember-cli-surge/compare/mas…
-
I have locale package "ember-in-viewport": "^3.7.2" and after last update ember-in-viewport catch this error
ERROR Summary:
- broccoliBuilderErrorStack: Error: ember-in-viewport and ember-in-v…
mabab updated
3 years ago
-
If I put an image into a subdirectory of /public/images/ then at startup, I get an error:
When I put the image in /public/images, it's fine.
`
ERROR Summary:
- broccoliBuilderErrorStack: Error…
-
Each addon has a [_findHost](https://github.com/ember-cli/ember-cli/blob/master/lib/models/addon.js#L759) method, ember-engine also got it's own [findHost](https://github.com/ember-engines/ember-engin…
2hu12 updated
2 years ago
-
👋 Hey there! I wanted to open an issue to discuss adding `peerDependencies` support to `ember-cli-dependency-checker`.
I've gone around a few times with folks like @ef4 and @Turbo87 about the best …
-
Hi,
I want to mount Ember frontend in the Rails engine, I am following the steps and since it is Rails engine, I've added `require_dependency 'ember_cli'` to the initializer, however when I try to …
paxer updated
6 years ago