Closed obiwan00 closed 8 months ago
Hey there, thanks for working on this! Will try to go over both PRs this week 👍
Thanks!
Thank you. Do you have plans for releasing a new patch version?
Yes, let's get your other PR tested and merged in first :) there are a few dependency updates waiting too, will release a patch to include them all 👍
I would like to fix an issue related to serving build templates with a nested directory structure.
Issue Description
The current implementation fails when dealing with templates organized in nested directories and configured with
templates
asArray
, during theserve
command rebuild process of nested template files.Proposed fix
I propose to make the matching of a file to a template source using
String.prototype.includes()
function instead of strict equality (===
).Example:
Thank you for the great work!