stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[RFC]: minify package HTML fragments #31

Closed kgryte closed 2 years ago

kgryte commented 2 years ago

Description

This RFC proposes minifying package HTML fragments.

Currently, package HTML fragments are not minified (see example).

This leads to more transferred bytes, slower load times, and a larger Git repository. During the fragment build process, we should minify the fragments.

Related Issues

No.

Questions

No.

Other

No.

Checklist

kgryte commented 2 years ago

HTML fragments are now minified. Tooling has been added to the repository to minify fragments (including make recipes).