ember-component-css icon indicating copy to clipboard operation
ember-component-css copied to clipboard

Styles not being compiled using Octane classic file structure.

Open arenoir opened this issue 5 years ago • 2 comments

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 avatar Mar 24 '20 11:03 arenoir

PR #343 fixes this issue.

arenoir avatar Mar 25 '20 08:03 arenoir

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.

webark avatar Mar 27 '20 08:03 webark