Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Let's have an honest discussion about Minification Reply To: Let's have an honest discussion about Minification

#261176
bearhead
Participant

Many developers work with prettified, well documented css, and then have a minified version generated automatically during the build process – it’s part of their work flow, so it doesn’t really take any effort. Plus they’ll never need to look at the minified files directly.

I can’t think of many situations where a developer would want or care that a page’s css is easily read by visitors using view source.

You can optimize images/gzip and still also minify css, html, and js files.

Even if 30kb doesn’t impact performance noticeably, it is still extra data that the user is going to have to pay for if they’re on a mobile network.