Template update: removing unused CSS
-
Latest Quasar template removes unused CSS by default using Purify CSS (when building for production). You’ll notice a significant drop in generated CSS file size.
-
How could I apply these changes in my current project? Does quasar-cli automatize this work for me?
-
Hi. It’s not possible to automate this by CLI unfortunately. Best way would be to manually apply the latest changes to the Quasar Default Template: https://github.com/quasarframework/quasar-template-default/commit/4404ef609d3d1d1bd637a61e6097a66ad2777557
-
Create a new project and overwrite the new src folder with your old src folder.
-
@rof20004 unless he changed something in the build system
-
@rstoenescu Yes