cowboyd / handlebars.rb

Ruby Bindings for Handlebars.js
http://www.handlebarsjs.com
160 stars 68 forks source link

Loads helpers written in pure javascript files #30

Closed dalthon closed 9 years ago

dalthon commented 9 years ago

This pull request allow us to load pure javascript files that contains helpers and other utility functions. The motivation behind it, is to reuse already created helpers, that works on browser and could be used in server.

hypomodern commented 9 years ago

Looks good; thanks for the pull request and tests!