LBHackney-IT/lbh-frontend

Speed up sass compilation times

Closed this issue · 0 comments

sass compilation can sometimes take up to a minute (eg. parcel first run of all components, no cache: 47s). this is very slow compared to just importing govuk frontend, which takes up to a few seconds.

appear to be caused by recursive/circular imports from gov.uk frontend.

possibly as simple as removing some unnecessary imports from component files and doing some performance/smoke testing on the results.

will post more in here as i learn about it.