Closed matt-diehl closed 8 years ago
We currently have to provide the full path to the template, which ends up looking like:
node_modules/yapl/hbs/templates/display-templates-landing.hbs
There should be a way to use those templates via a keyword instead, since paths can change across environments and depending on whether NPM v2 or v3 is being used.
Merged into master.
We currently have to provide the full path to the template, which ends up looking like:
node_modules/yapl/hbs/templates/display-templates-landing.hbs
There should be a way to use those templates via a keyword instead, since paths can change across environments and depending on whether NPM v2 or v3 is being used.