-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Default Sass implementation to Dart Sass #192
Default Sass implementation to Dart Sass #192
Conversation
2e7f805
to
2ad8468
Compare
Oh good. I was just working on this myself! Glad you beat me to it. I was exactly at this point when I had a thought: maybe we should fully default to the JS dart sass implementation and instead of putting it into the app with I don't think it matters too much either way, but it feels to me like the sass implementation is a detail that I (as an app author) would rather hand over to this addon instead of needing to manage it myself. |
Thanks @jbailey4! Seems to be a build error... @jrjohnson I think adding the SASS implementation as a |
@aexmachina I saw this same syntax error locally and thought I pushed up the change. May need to restart the CI build |
078cef4
to
9d5b82e
Compare
9d5b82e
to
0f1c411
Compare
@aexmachina Tests look good now - had one node eslint issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Published v8.0.1 |
I just want to say that Dart Sass made the SCSS re-compilation 6x slower in our app with ~140 .scss files (which basically means that the overall re-compilation got 5x slower). This project really needs a changelog so people don't miss these "breaking" changes 😅 |
Recently, in PR #186 support for multiple sass implementations (e.g. Dart Sass, LibSass, etc.) was added. This PR defaults the Sass implementation to Dart Sass, while adding instructions for those who want to use alternatives.
Now users can simply run:
ember install ember-cli-sass