summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorUtkarsh Sengar <utkarsh2012@gmail.com>2012-04-02 13:47:58 -0700
committerkpdecker <kpdecker@gmail.com>2013-04-28 13:54:47 -0500
commitef325733bb45d0dd15a5c30d3b4c4ff6d2175340 (patch)
tree2e4c80720d2b745303ed4614196fa59dfb757dc8 /README.markdown
parent18798a75460e7b856972fd18a0a4c64e6f299cf8 (diff)
downloadhandlebars.js-ef325733bb45d0dd15a5c30d3b4c4ff6d2175340.zip
handlebars.js-ef325733bb45d0dd15a5c30d3b4c4ff6d2175340.tar.gz
handlebars.js-ef325733bb45d0dd15a5c30d3b4c4ff6d2175340.tar.bz2
Added link to a gist for loading handlebars templates (sync and async) in README.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 51c4b1d..1cba646 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
-----------