diff options
author | kpdecker <kpdecker@gmail.com> | 2013-05-27 12:29:57 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2013-05-27 12:29:57 -0500 |
commit | 5f349913aa1e3efebcd0a6835d33161c7c81d7a9 (patch) | |
tree | ef9b87e8b57000252d011c7b9a98db688a68ac11 | |
parent | c1020a01309723b00ef21525d7f8093efb4d0d93 (diff) | |
download | handlebars.js-5f349913aa1e3efebcd0a6835d33161c7c81d7a9.zip handlebars.js-5f349913aa1e3efebcd0a6835d33161c7c81d7a9.tar.gz handlebars.js-5f349913aa1e3efebcd0a6835d33161c7c81d7a9.tar.bz2 |
Update in the wild section
Fixes #246
-rw-r--r-- | README.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 0461e98..ff1ce75 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 ----------- |