Minify generated html files by html_formatter #170
Labels
good first issue
Good for newcomers
nice to have
Issues that are not a priority but would enrich the project.
The html_formattery previously used the
minify_html
package to minify HTML and offer savings of about ~25% on the generated files (15KB vs. 20KB).However, the
minify_html
package is incompatible with python3.13 (at the time of writing) and adds another dependency to the project. Alternative approaches for saving space should be considered. They include:template.min.html
file during the build proccess, which is then stored in the repo and used byhtml_formatter.py
by defaultNote:
minify_html
was removed in this commit: 080f474The text was updated successfully, but these errors were encountered: