ecmarkup icon indicating copy to clipboard operation
ecmarkup copied to clipboard

integrate minifiers to save bandwidth and improve load times

Open michaelficarra opened this issue 4 years ago • 1 comments

ECMA-262 is a huge document and it is accessed quite frequently. Minifying the HTML will save a significant amount of cumulative bandwidth and may decrease load times (which are particularly bad in Chrome). We should add kangax/html-minifier to the compilation pipeline.

michaelficarra avatar Jun 25 '20 19:06 michaelficarra

Also JS, CSS, and image minifiers.

michaelficarra avatar Mar 22 '24 23:03 michaelficarra