Hi @CeesQ,
That’s right. And because of these different characteristics that you have mentioned (and others):
- The uncompressed version is more useful to programmers during development. It includes comments, and is easier to read and modify because it hasn’t had any whitespace or certain characters removed (unlike the minified version).
- The completed product should link to the minified version because, as you’ve said, it can be downloaded much more quickly by the user.