Re: Assets caching and versions

2008-08-24 Thread Ivan Dubrov
Thank you! Exactly what I need! Josh Canfield wrote: Take a look at the TapestryModule.java. In contributeClasspathAssetAliasManager there is now a version added to all the classpath resources. You could do something similar with your app version. http://tapestry.apache.org/tapestry5/apidocs/s

Re: Assets caching and versions

2008-08-22 Thread Josh Canfield
Take a look at the TapestryModule.java. In contributeClasspathAssetAliasManager there is now a version added to all the classpath resources. You could do something similar with your app version. http://tapestry.apache.org/tapestry5/apidocs/src-html/org/apache/tapestry5/services/TapestryModule.html