From 5f349913aa1e3efebcd0a6835d33161c7c81d7a9 Mon Sep 17 00:00:00 2001 From: kpdecker Date: Mon, 27 May 2013 12:29:57 -0500 Subject: [PATCH] Update in the wild section Fixes #246 --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 0461e9885..ff1ce7534 100644 --- a/README.markdown +++ b/README.markdown @@ -351,6 +351,10 @@ Handlebars in the Wild * Les Hill (@leshill) wrote a Rails Asset Pipeline gem named [handlebars_assets](http://github.com/leshill/handlebars_assets). * [Gist about Synchronous and asynchronous loading of external handlebars templates](https://gist.github.com/2287070) +* [Lumbar](walmartlabs.github.io/lumbar) provides easy module-based template management for handlebars projects. +* [YUI](http://yuilibrary.com/yui/docs/handlebars/) implements a port of handlebars + +Have a project using Handlebars? Send us a [pull request](https://github.com/wycats/handlebars.js/pull/new/master)! Helping Out -----------