-
Notifications
You must be signed in to change notification settings - Fork 82
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 #143
Comments
@Biszkopt91 I think it is connected with adopted-ember-addons/ember-cli-sass#163 ... ember-freestyle has |
I made a repo that contains the minimal setup that reproduces the issue: https://github.com/PoslinskiNet/ember-freestyle-fix |
@chrislopresto maybe we could move to |
Wow, that's a bummer! Because node-sass can handle scss and sass files side by side, I never thought about extension battles in ember-cli-sass. Because of this issue and other past issues, I'd like to move to a vanilla CSS approach. @PoslinskiNet would you be willing to open a PR? |
@Biszkopt91 @chrislopresto Pull request is on the place. Feedback is welcome. |
👋 |
I'm adding
ember-freestyle
to my project using instruction, but during buildingbroccoli
throws error related toaddon.sass.
. Without this package, the error doesn't occur. I try to import styles inapp.sass
@import 'ember-freestyle'
or add it toember-cli-build
like:Error:
Project dependencies:
@ac
is a namespace to our internal registry.The text was updated successfully, but these errors were encountered: