update readme
This commit is contained in:
parent
b4987ce6b0
commit
82663d2297
|
@ -25,6 +25,10 @@ If you 100% know you won't need that support, modify your `Guardfile` as appropr
|
||||||
|
|
||||||
## ...and the `.jst` file search?
|
## ...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
|
I use [Backbone.js](http://documentcloud.github.com/backbone/) a lot, and I put my view templates in `app/views/*.jst`
|
||||||
to change that, it's your Guardfile after all.
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue