update readme

This commit is contained in:
John Bintz 2011-05-24 06:43:45 -04:00
parent b4987ce6b0
commit 82663d2297
1 changed files with 6 additions and 2 deletions

View File

@ -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