grender icon indicating copy to clipboard operation
grender copied to clipboard

Add support for nested directories.

Open dannyvankooten opened this issue 8 years ago • 1 comments

Right now, when passing a glob like templates/**/*.tmpl the template name will be assigned using the base of the file. This leaves room for potential issues where several subdirectories have files with the same name though.

When a template is in a subdirectory, the directory name should be included in the template name.

dannyvankooten avatar Mar 25 '17 16:03 dannyvankooten

For those coming across this issue: this is fixed in dannyvankooten/extemplate, which I recommend using instead of Grender.

dannyvankooten avatar Aug 17 '18 09:08 dannyvankooten