El vie, 20-06-2008 a las 11:15 +0200, Wichert Akkerman escribió: > I think the deployment discussion from a few days ago comes down to > this: how can you use url_for to generate a link for a static resource. > > One person reported doing that but nobody seems to be able to reproduce > that. Does anyone know if this is really possible?
Well, I think the problem is generating a link for a static resource in a remote location... My idea is something like define a url prefix for a static type, for example: public.css = http://mydomain.com/content/ And the url_for magically transform this resource type url to: http://mydomain.com/content/css/main.css for example... My 0.02€ :) Greetings > Wichert. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
