tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
216 stars 62 forks source link

integrate minifiers to save bandwidth and improve load times #222

Open michaelficarra opened 4 years ago

michaelficarra commented 4 years ago

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 commented 5 months ago

Also JS, CSS, and image minifiers.