i added http://code.google.com/p/web2py/issues/detail?id=1025. thanks!
On Friday, September 21, 2012 7:47:35 PM UTC-7, Massimo Di Pierro wrote: > > There was a way to do this but apparently got broken. Please open a ticket > and I will put it back tomorrow. > > > On Friday, 21 September 2012 15:07:28 UTC-5, howesc wrote: >> >> Hello, >> >> I have a desire to do the following: >> response.files.append('http://maps.google.com/maps/api/js?sensor=false') >> >> note that the URL has no .js suffix. as best i can tell >> response.include_files() in 2.0.9 will just ignore this file and never >> output the URL. (i had hacked an older version of web2py to output this but >> i'm upgrading now....) >> >> is there a generic way that we can use URLs that don't follow "typical" >> naming conventions, but still get them outputted correctly? >> >> thanks, >> >> cfh >> >> >> >> --