QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Prune unusued styles in bootstrap css file #1180

Open Allcharles opened 3 years ago

Allcharles commented 3 years ago

Styles file for the application is fairly large, look into the possibility of using a service to reduce the footprint of bootstraps styling. This could be achieved through implementing the PurgeCSS webpack plugin. This should drastically reduce file sized, and reduce load times.

atruskie commented 3 years ago

Potential complications: dynamic content may rely on styles not referenced at build time.

How big is our CSS now?