From ef325733bb45d0dd15a5c30d3b4c4ff6d2175340 Mon Sep 17 00:00:00 2001 From: Utkarsh Sengar Date: Mon, 2 Apr 2012 13:47:58 -0700 Subject: [PATCH] Added link to a gist for loading handlebars templates (sync and async) in README. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 51c4b1d27..1cba64689 100644 --- a/README.markdown +++ b/README.markdown @@ -336,6 +336,7 @@ Handlebars in the Wild structure your views, also with automatic data binding support. * 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) Helping Out -----------