cloudfour / fabricator

A tool for building website UI toolkits
http://fbrctr.github.io/
1 stars 0 forks source link

requireDir() the template helpers #5

Closed erikjung closed 9 years ago

erikjung commented 9 years ago

For issue #4

As a first step to drying up the way template helpers are passed to the assembler, this PR introduces the use of requireDir(), enabling the entire tree of helpers to be retrieved at once instead of manually mapping each one.

lyzadanger commented 9 years ago

:+1: Merge away!