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

Error: File not found: addon.sass #146

Closed
czikarito opened this issue Apr 10, 2018 · 2 comments
Closed

Error: File not found: addon.sass #146

czikarito opened this issue Apr 10, 2018 · 2 comments
Labels

Comments

@czikarito
Copy link

czikarito commented Apr 10, 2018

I am trying to use ember-cli-addon-docs in my addon but during building, broccoli throws error related to addon.sass.
Error:
image

My project supports *.sass (based on ember-cli-sass setting) but ember-cli-addon-docs has addon.scss

This issue is probably connected with adopted-ember-addons/ember-cli-sass#163

I made a repo which contains the minimal setup to reproduce this issue.
https://github.com/czikarito/ember-cli-addon-docs-fix

ember-freestyle has the same issue -->chrislopresto/ember-freestyle#143

@lamabiker
Copy link

Does moving the styles to app/styles/ in your addon and changing addon.sass to <your-addon-name>.sass not solve that issue?

If it's the dummy app that's not compiling, a fix could be to create an app.scss alongside an app.sass and include the app.sass in the app.scss

@RobbieTheWagner
Copy link
Member

Closing this as won'f fix because I don't think I have encountered this issue, and I use ember-cli-sass in several addons.

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

No branches or pull requests

4 participants