vol4ok / hogan-express

Mustache template engine for express 3.x. Support partials and layout
MIT License
138 stars 31 forks source link

bump hogan version to correct empty strings handling (not truthy any more!) #27

Open opinxit opened 10 years ago

opinxit commented 10 years ago

Hogan v3.0 or greater correctly handles empty strings (as in they are no longer truthy).

Added test as well.