algoo / jfmengine

A soft fork of JSSG for algoo websites use case
Other
0 stars 0 forks source link

Add a command to minify or beautify dist result #41

Closed ClmntBcqt closed 2 months ago

ClmntBcqt commented 3 months ago

This will help to have better performance (minify) or to investigate in case of bug (beautify) - example https://kangax.github.io/html-minifier/

Expected :

./manage.py format-html <beautify|minify> [dist path]
ClmntBcqt commented 2 months ago

Merged in #42