Re: [web2py] Re: static asset management

2016-08-22 Thread Mathieu Clabaut
Try : response.static_version_urls = True in your model. I think it is not documented in the book, but there is a bug report about it. On Mon, Aug 22, 2016 at 6:46 AM T.R.Rajkumar wrote: > I hope the question is not clear. The purpose is to reduce band with by >

[web2py] Re: static asset management

2016-08-21 Thread T.R.Rajkumar
I hope the question is not clear. The purpose is to reduce band with by making the browser store the static css, js files and use them in further calls to the page. When version number is changed the browser will again fetch the new static files and store them. This is in the book by the