danharper / Handlebars-Helpers

A small collection of useful helpers for Handlebars.js
Do What The F*ck You Want To Public License
273 stars 55 forks source link

Added bower.json to facilitate installations #21

Closed ekkis closed 8 years ago

ekkis commented 8 years ago

this allows grunt-bower-install to automatically add it to my project upon installation

danharper commented 8 years ago

I don't use Bower, so I'll just assume this works 👍 Thanks :)

ekkis commented 8 years ago

actually, I'm not sure it makes sense to have it. I have come to understand that since handlebars runs in the back (at the server end, not the client), so does this library. so an NPM installer is good. Bower is for stuff you want to include at the client end, which I don't see how this would be useful that way. if I'm wrong feel free to keep it otherwise please discard