Changelog
[1.13.0] - 2024-07-30
FileUtil.copy
now uses Context
and CopyStepConfig
parameters.CopyStepConfig
now relies on config.getOutputPath(context)
to devise output file path. This leverages SsgConfig.toOutputPath()
and allows to copy each file to a different target.HtmlTagReplaceCommand
as the generic DomReplaceCommand
with a tag selector is enough.Changelog
[1.12.0] - 2024-07-15
ClassDomReplaceCommand
now support multiple class names, which implies the relevant parameter has been moved as the last one.Changelog
[1.10.3] - 2024-06-10