Re: [web2py] Re: Add version number to include javascript files

2013-11-28 Thread Eric Christiaanse
Okay, that's clear reaction and tip, tnx! I was thinking about the proposed solution, but many times I've found that Web2Py had build in solutions for my 'problems'. That's my I asked :) 2013/11/28 Niphlod > nope, there isn't . a PR has been raised for this but has been turned down > (for good

[web2py] Re: Add version number to include javascript files

2013-11-28 Thread Niphlod
nope, there isn't . a PR has been raised for this but has been turned down (for good reason) If you need static versioning for files not included in response.files use URL('static', '_1.2.3/js/example.js') BTW, let other tools compress and optimize your big chunk of javascript -- Resource