-
`addon/styles/.scss` doesn't get included in the build. To parallel default ember-cli functionality, which includes `addon/styles/.css` in the build, it should.
This is probably related to #9.
c…
-
Just testing out the updates: https://github.com/ember-cli/ember-cli/pull/8091
in package.json:
```
+ "ember-cli": "github:NullVoxPopuli/ember-cli#1f54b505f09fd7718cf6d4486238a8f91f9e0a58",
`…
-
The docs related to using `single-spa-ember` suggest that [ember-cli requires bower](https://single-spa.js.org/docs/ecosystem-ember/#usage-with-ember-cli):
> First, since the ember cli only supports …
-
I just ran this in an addon but it didn't convert any of the templates in `addon/components/` 🤔
My question is:
a) does it work with addons? and
b) does it work with co-located components (in …
-
https://github.com/ef4/ember-browserify#configuring-browserify
This is for app config, like different API endpoints and stuff. Buildtime configuration should be in ember-cli-build.js or the ember add…
-
Probably a good idea, since it's pretty polished and supports versioning.
https://github.com/ember-learn/ember-cli-addon-docs
-
I'm not seeing any way to run processors against all the styles that end up in vendor.css.
Other addons like https://github.com/kimroen/ember-cli-autoprefixer seem to handle this however (without any…
-
Hi,
I can't seem to get this addon to run. As soon as install the plugin (ember install ember-leaflet-layer-control) and before even changing any code in my application I get the error message "Can…
-
### What happened?
Hi,
I noticed some slowness when trying to use my zigbee devices this morning, and took that opportunity to update HA to latest version, knowing it would have to be restarted,…
-
Documented issue in TS at https://github.com/microsoft/TypeScript/issues/54366
Affected Version `@rehearsal/cli@3.0.5-beta`
**Bad**
```
await render(hbs`
`);
```
**Goo…