soupault
soupault copied to clipboard
Add a post-save hook
CC @egrieco
A post-save hook can be useful for post-processing such as HTML minification, tidying and so on.
Technically, one can do it in the save
hook now, but they'll have to write extra logic for writing the rendered page to disk first. If one just wants to use a filter than works on a file, it's unnecessary work.