Now that I actually use a pre element, my ultra-light minify target is not quite up-to-snuff (as it kills the spacing.
It seems clear the tr call will need to be replaced; my current plan would be to build a small state-machine in awk to detect the open and closing of the pre element.
Now that I actually use a
pre
element, my ultra-lightminify
target is not quite up-to-snuff (as it kills the spacing.It seems clear the
tr
call will need to be replaced; my current plan would be to build a small state-machine inawk
to detect the open and closing of thepre
element.