|
|
|
|
|
by sebstefan
940 days ago
|
|
You're the one who complained my examples files were too big. This is about the general discussion around minification. I don't care the specifics of your particular usecase. The point is that it reduces filesizes even after gzip. You having an arbitrary threshold around 200 bytes is not interesting. |
|
I'm not completely opposed to minification. Distributing some self contained library like OpenCV.js? Minify away. But minifying everything even application files under active development just impedes developer velocity IMO for very little benefit. You shave off a couple hundred bytes in exchange for worse development/debugging and ostensibly faster page loads but realistically the same page loads.