When the header or footer HTML file can not be found the build will not automatically fail. I added a parameter failIfFilesAreMissing if the build should actually still fail when the files are missing.
This could of course be changed into something like ignoreMissingFiles so it still fails by default, if desired.
When the header or footer HTML file can not be found the build will not automatically fail. I added a parameter
failIfFilesAreMissing
if the build should actually still fail when the files are missing.This could of course be changed into something like
ignoreMissingFiles
so it still fails by default, if desired.