I'd like to generate my CSS dynamically, using web2py's views syntax (mainly for macro substitution, dynamic substitution of colors, stuff like that).
So I created a controller named css, with a method called base, and a view named base.css. I then changed layout html to ask for /app/css/ base.css for its stylesheet. Miraculously, everything works: except that my browser (Safari 4.0.2) won't use the resulting stylesheet, even though, near as I can tell, it looks fine. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---