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

unignore the web/builds dir #188

Closed notslang closed 10 years ago

notslang commented 10 years ago

Closes #186. Also I noticed that you don't have an editorconfig file, so I threw that in there as well

notslang commented 10 years ago

@anton-rudeshko: see #186

anton-rudeshko commented 10 years ago

Oh, I see... But this adds an extra 1 MB to npm package payload =( And you can always use git urls. May be it will be better to move it in a separate package?

notslang commented 10 years ago

Actually, in the case of accord, we need the client-side compiler to be available on the disk. If there was just a single client-side compiler created by the build process that was in the same place for every release, then that would work great. We don't need all the builds - we only need the one for the latest version (which is like 8kb).