DEV Community

Discussion on: Do we really need to minify everything?

Collapse
 
tombyrer profile image
Tom Byrer

No Don't release minified scripts.

For production, yes. But that should be the last step, right before final testing.

Even if one is worried about CDNs hosting your JS script directly from NPM/GitHub, jsDelivr will minify code for you; just add min:
jsdelivr.com/features