image optimizer for web

How to compress without replacing

Brunoais said, on 19/09/2021
How to use pingo to compress files but not replace them. Instead of replacing, write the result of the compression into a different directory.
dwc said, on 21/09/2021
pingo does not support this functionality.
You have to copy the files manually, or through a script, or other means first.
pingo does exclusively in-place modifications.

reply