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

Optimize SCSS Build Pipeline #222

Closed
schreiaj opened this issue Sep 12, 2024 · 2 comments
Closed

Optimize SCSS Build Pipeline #222

schreiaj opened this issue Sep 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working Engineering

Comments

@schreiaj
Copy link
Collaborator

Currently our SCSS builds happen on first load and take a non-trivial amount of time. This is due to how we are importing USWDS which is an approach they recommend against

Removing this line and adding only the packages we use does significantly improve compilation times however hunting down all the packages we use and testing each page requires a bit of effort.

@schreiaj schreiaj added bug Something isn't working Engineering labels Sep 12, 2024
@schreiaj schreiaj mentioned this issue Sep 12, 2024
10 tasks
@bora-skylight
Copy link
Collaborator

bora-skylight commented Sep 12, 2024

@schreiaj @zdeveloper adding this to the sprint, correct?

@schreiaj
Copy link
Collaborator Author

It's not a blocker, but the sooner we resolve it likely the less effort it will be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Engineering
Projects
None yet
Development

No branches or pull requests

4 participants