to answer my own question: for versioning specific files and not all css 
files I added the version text directly in the url:
instead of
response.files.append(URL('static','css/base.css'))
I now write
response.files.append(URL('static','_1.1.1/css/base.css'))

this seems to work fine.

Alex

Am Freitag, 24. Januar 2014 18:04:02 UTC+1 schrieb LightDot:
>
> I saw your original message.... Don't know why it disappeared, though!
>
> I remember there were other similar reports (very seldom, mind you) a 
> while ago, of messages disappearing or not even being posted to the group. 
> I had this happen to me once, perhaps a year ago or so. AFAIK, just a 
> glitch in the Skyn... khm.. Google. :)
>
> Regards
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to