No commit activity in last 3 years
No release in over 3 years
Sprockets tilt support for jQuery templates with Rails 3.1 new asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
Sprockets jQuery Tmpl
=====================

This gem adds jQuery templates as tilt templates for Sprockets 2 in Rails 3.1. 

Installing
==========

 1. Add the gem to bundler or install:  `gem install sprockets-jquery-tmpl`

Any files in assets/javascripts/tmpls will be automatically added to jQuery templates list of templates using the path from that directory (i.e. assets/javascripts/tmpls/examples/index.tmpl will be mapped to $.tmpl("examples/index") )

Copyright (c) 2009 Ryan Dy, released under the MIT license