matt-diehl / YAPL

A style/pattern guide for sites
5 stars 1 forks source link

Need way to reference/use built-in templates without providing full path to them #31

Closed matt-diehl closed 8 years ago

matt-diehl commented 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.

matt-diehl commented 8 years ago

Merged into master.