[web2py] Re: good jquery tutorial

2012-10-06 Thread Massimo Di Pierro
It depends on what you need to do. I use coffeescript with web2py a lot. I simply do response.files.include('static','js/coffeescript.js')) response.fiels.include('static','coffee/myscript.coffee')) In this case myscript.coffee gets converted to js client side. Django-coffeescript takes a diffe

[web2py] Re: good jquery tutorial

2012-10-05 Thread samuel bonilla
thanks... but i have a question how can i use coffeescript(*http://coffeescript.org/*) with web2py ? something like *django-coffeescript(https://github.com/andreyfedoseev/django-coffeescript) * --