Hi all, we (durchblicker.at) are currently in the process of open-sourcing some of the things we have written for our own use over the course of the last 2 years.
One of the things we have done recently and currently have in production is a template compiler called *pistachio<https://github.com/phidelta/pistachio> *. It takes regular mustache templates and compiles them to plain Javascript-Functions that can be easily used in the browser as well as within node. We already have an express plugin included that uses pistachio templates as the template rendering engine in express, as well as a jQuery plugin that makes it really easy to use pistachio templates in the browser. In addition we created a Sublime-Text build system that does the compilation directly from Sublime. My colleague tiefenb is currently working on a grunt plugin as well. The resulting Javascript can of course be put through closure compiler to make them even smaller and faster. I really hope others will find this useful as well. As for us, we are using this in production right now, so you can assume that we will maintain and improve it over time. Regards, Philipp https://github.com/phidelta/pistachio -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
