From 82663d2297d2934e34df32084e120afe597c0e6c Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 24 May 2011 06:43:45 -0400 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0db3369..c5d091a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ If you 100% know you won't need that support, modify your `Guardfile` as appropr ## ...and the `.jst` file search? -I use Backbone.js a lot, and I put my view templates in `app/views/*.jst` and mash them all together with Jammit for use in my apps. Feel free -to change that, it's your Guardfile after all. +I use [Backbone.js](http://documentcloud.github.com/backbone/) a lot, and I put my view templates in `app/views/*.jst` +and mash them all together with [Jammit](https://github.com/documentcloud/jammit) for use in my apps. Feel free to change that, it's your `Guardfile` after all. +Or, try it. It's easy to do in your `assets.yml` file: + + templates: + - app/views/*.jst