Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arenoir opened this issue Mar 24, 2020 · 2 comments
Open

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

arenoir opened this issue Mar 24, 2020 · 2 comments

Comments

@arenoir
Copy link

arenoir commented Mar 24, 2020

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
Copy link
Author

arenoir commented Mar 25, 2020

PR #343 fixes this issue.

@webark
Copy link
Owner

webark commented Mar 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants