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

Upgrade Jekyll to drop sassc dependency #1003

Merged
merged 10 commits into from
Nov 29, 2022
Merged

Upgrade Jekyll to drop sassc dependency #1003

merged 10 commits into from
Nov 29, 2022

Conversation

aduth
Copy link
Member

@aduth aduth commented Nov 22, 2022

Why: Newer versions of Jekyll support jekyll-sass-converter 3.x, which doesn't have an official gem release yet, but will drop sassc as the default Sass compiler. The sassc dependency causes long build times due to its native build requirements during installation in Cloud.gov Pages build environments. The hope with these changes is to reduce build times.

As of #1000, we no longer rely on Jekyll for any Sass compilation, so ideally we'd not be installing any Ruby Sass dependencies, but this is the next best option.

Release notes: https://github.com/jekyll/jekyll/releases

**Why**: Newer versions of Jekyll support jekyll-sass-converter 3.x, which doesn't have an official gem release yet, but will drop sassc as the default Sass compiler. The sassc dependency causes long build times due to its native build requirements during installation in Cloud.gov Pages build environments.

As of #1000, we no longer rely on Jekyll for any Sass compilation, so ideally we'd not be installing any Ruby Sass dependencies, but this is the next best option.
@aduth
Copy link
Member Author

aduth commented Nov 22, 2022

Based on failing Cloud.gov Pages build, we may need to upgrade Ruby version.

Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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