We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to use ember-cli-addon-docs in my addon but during building, broccoli throws error related to addon.sass. Error:
ember-cli-addon-docs
My project supports *.sass (based on ember-cli-sass setting) but ember-cli-addon-docs has addon.scss
*.sass
ember-cli-sass
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
ember-freestyle
The text was updated successfully, but these errors were encountered:
Does moving the styles to app/styles/ in your addon and changing addon.sass to <your-addon-name>.sass not solve that issue?
app/styles/
addon.sass
<your-addon-name>.sass
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
app.scss
app.sass
Sorry, something went wrong.
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.
No branches or pull requests
I am trying to use
ember-cli-addon-docs
in my addon but during building, broccoli throws error related to addon.sass.Error:
My project supports
*.sass
(based onember-cli-sass
setting) butember-cli-addon-docs
has addon.scssThis 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#143The text was updated successfully, but these errors were encountered: