twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

Provide the ability to use prebuilt versions with Bower #183

Closed zpratt closed 10 years ago

zpratt commented 10 years ago

Thanks for addressing #164. We noticed that you excluded both the web and test directories in your component.json descriptor for your latest tag (3.0.1). This prevents consumers from either building their own version (make expects to run the tests), or using the prebuilt versions in the web directory, as was possible prior to 3.0.1.

Would you please un-ignore the web and test directories so that consumers can use the prebuilt versions? Additionally, please consider renaming the web directory to dist.

jescalan commented 10 years ago

+1, or at least would love to hear any response here on why this is the case or how users can use hogan on the client-side if not using component.

sayrer commented 10 years ago

Fixed.

jescalan commented 10 years ago

:+1: