CDCgov / ReportVision

Intelligent Data Workflow Automation
Apache License 2.0
1 stars 2 forks source link

Optimize SCSS Build Pipeline #222

Closed schreiaj closed 1 month ago

schreiaj commented 1 month ago

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.

bora-skylight commented 1 month ago

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

schreiaj commented 1 month ago

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