clay / handlebars

A collection of helpers and partials for handlebars
MIT License
16 stars 8 forks source link

Adds uriToId helper #23

Closed cperryk closed 7 years ago

cperryk commented 7 years ago

Needed for conversion of interactive-tiles.

Trello

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0bfb584bbc974d5f68c2a66b02bbce28faab6c2b on refToId into 6688d53e7dc16a1c2c45ff51a086ac74d3080f09 on master.

byronhulcher commented 7 years ago

What if it gets /a/b/? should it return b or error?

cperryk commented 7 years ago

@byronhulcher Actuallyyyyyy I think I'm going to abort this. We only use it in one place and IMO it's better to set it in the prerender function of interactive-tile than to derive in the template.

byronhulcher commented 7 years ago

👍