This directive is a special one, only needs the config options.
Html templates found in the folder passed as a value to the directive
Retrieves the list of templates to parse with ListFiles and delegates the page generation forEach file to TemplateToHtmlFiles
Generates an html file based on each template found in the dir
pagesToGenerate. A new page based on the template is created based for each supported file found in the source path declared in the template itself. This directive must be run befor all others. In this way, we can invoke other directives also on the files generated by this directive.The generated html files are placed in the
WORKING_DIR.outpath so thatComponentsAdderthen parses them.