Open
Description
I'd like to run a command (like for postcss
/parcel-bundler
) every zola build
.
I know this would work if I just put the css build command before the zola build
, but when you do zola serve
, you're also listening to the changes to the directories. In which case multiple builds will be triggerred, and would be good if I'm able to run that command/hook every time that happens.