jonschlinkert / engine

Alternative to Lo-Dash template with support for helpers.
https://github.com/jonschlinkert
Other
17 stars 5 forks source link

registerHelpers not working #2

Closed RobLoach closed 8 years ago

RobLoach commented 8 years ago

upper is not found in the latest code from master.

doowb commented 8 years ago

Do you have an example of the error you're getting?

upper isn't something that's built in, it's in template-helpers and is only used in the examples here.

RobLoach commented 8 years ago

Oops, submitted this to the wrong project. This is an issue for https://github.com/jstransformers/jstransformer-engine .

template-helpers does look like a good one though!

RobLoach commented 8 years ago

In case you're wondering, the code is at https://github.com/jstransformers/jstransformer-engine/blob/master/index.js .