Hacker News new | ask | show | jobs
by jordigh 4316 days ago
That's only if there is no license block. If there's a license block, it takes it at face value. So if the code really is free, putting a license statement to that effect should be enough.

I know people are going to say "what about minification", but c'mon, it's the 21st century, web servers know how to compress data streams when they send them and web browsers know how to decompress them. Minification for the purpose of saving bandwidth is a bugbear.

1 comments

Minification improves the effectiveness of algorithms like Gzip by a large margin. It is generally a great idea to minify then Gzip.

https://developers.google.com/web/fundamentals/performance/o...