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

Use Dart Sass and the embedded compiler from HEAD by default #175

Closed
wants to merge 1 commit into from

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Dec 15, 2022

This matches the behavior of other CI tooling, and is low-risk since
the release process releases the versions from HEAD anyway. It also
eliminates the need to make empty version-only updates to the compiler
just to make logic in Dart Sass visible to the test infrastructure.

This also refactors the tool/ directory to move each individual
getX() function into its own file, rather than lumping them all
together in the ambiguously-named utils.ts. Any utils functions that
are only used in one file have been moved to that file.

@nex3 nex3 changed the title Update compiler version dependency Use Dart Sass and the embedded compiler from HEAD by default Dec 16, 2022
@nex3 nex3 requested a review from jathak December 16, 2022 02:22
This matches the behavior of other CI tooling, and is low-risk since
the release process releases the versions from HEAD anyway. It also
eliminates the need to make empty version-only updates to the compiler
just to make logic in Dart Sass visible to the test infrastructure.

This also refactors the tool/ directory to move each individual
`getX()` function into its own file, rather than lumping them all
together in the ambiguously-named `utils.ts`. Any utils functions that
are only used in one file have been moved to that file.
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

Successfully merging this pull request may close these issues.

None yet

2 participants