webark / ember-component-css

An Ember CLI addon which allows you to specify styles for individual components
MIT License
542 stars 115 forks source link

Styles not being compiled using Octane classic file structure. #346

Open arenoir opened 4 years ago

arenoir commented 4 years ago

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
arenoir commented 4 years ago

PR #343 fixes this issue.

webark commented 4 years ago

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.