sparkartgroup / handlebars-helper

A collection of Handlebars Helpers for use with Solidus
MIT License
39 stars 9 forks source link

Make CommonJS compatible #8

Closed Fauntleroy closed 11 years ago

Fauntleroy commented 11 years ago

Needs to work with CommonJS for node.js, but it would also be lovely to use this via Browserify.

Fauntleroy commented 11 years ago

The caveats are: you need to include from index.js instead of handlebars_helper.js due to collisions with the require method.