tc39 / ecmarkup

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

integrate minifiers to save bandwidth and improve load times #586

Closed michaelficarra closed 8 months ago

michaelficarra commented 8 months ago

We should integrate with HTML/JS/CSS/image minifiers to create smaller artifacts to save bandwidth. With how big 262 is and how many downloads it gets, this could make a big impact. It may also just improve load times, regardless of internet speeds, as there is less data to process.

bakkot commented 8 months ago

https://github.com/tc39/ecmarkup/issues/222