dwhieb / Nisinoon

Website for the Algonquian Components Project (Nisinoon)
https://nisinoon.net
MIT License
1 stars 0 forks source link

Minify HTML #197

Closed dwhieb closed 3 months ago

dwhieb commented 3 months ago

This turns out to require a bit of a janky workaround, overwriting Express' .render() method. Doesn't seem worth it given the very minimal tradeoff involved, since none of the pages on the site are especially large.

Can always reopen this later if performance becomes an issue.