File Merge
The defFileMerge
function allows to register a custom callback to overide the default file merge behavior.
This can be useful to merge files in a different way than the default one, for example to merge files in a different format than the default one.
The function is called for all files; return the merged content or undefined
is skipped.
You can define multiple file merge callbacks, they will be executed in order of registration.
Example: content appender
The callback below appends the content in generated .txt
files.