@doowb can you think of a clever way to get relative paths to the dest files in the following scenario? https://github.com/helpers/handlebars-helper-compose/tree/master/test/actual/dynamic
Basically, the book.html filesare the index files (I should have named them index.html).
A scenario I had in mind when I created this helper is the ability to include just an excerpt from each of the targeted files (here, chapters), along with a relative link to the actual separately-rendered chapter.html files. make sense?
@doowb can you think of a clever way to get relative paths to the dest files in the following scenario? https://github.com/helpers/handlebars-helper-compose/tree/master/test/actual/dynamic
Basically, the
book.htmlfilesare the index files (I should have named themindex.html).A scenario I had in mind when I created this helper is the ability to include just an excerpt from each of the targeted files (here, chapters), along with a relative link to the actual separately-rendered chapter.html files. make sense?