ember-component-css
ember-component-css copied to clipboard
Styles not being compiled using Octane classic file structure.
It appears that this addon is not looking for stylesheets in the Octane classic file structure.
app
├── components
| ├── tags.js
| ├── tags.hbs
| └── tags.scss
├── controllers
| └── post.js
├── models
| └── post.js
├── routes
| └── post.js
├── templates
| └── post.hbs
├── app.js
├── index.html
└── router.js
PR #343 fixes this issue.
I have been away from this add-on since before octane dropped, and it changed a number of internals so some things no longer work as expected. The earliest I could look at this would be next week, and I will try to do so.