[ https://jira.codehaus.org/browse/MSKINS-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Simone Tripodi closed MSKINS-61. -------------------------------- Resolution: Fixed Fix Version/s: fluido-1.3.0 Assignee: Simone Tripodi Fixed on trunk, see r1376002 > Add version to the produced css/js > ---------------------------------- > > Key: MSKINS-61 > URL: https://jira.codehaus.org/browse/MSKINS-61 > Project: Maven Skins > Issue Type: Improvement > Components: Fluido Skin > Affects Versions: fluido-1.3.0 > Reporter: Simone Tripodi > Assignee: Simone Tripodi > Fix For: fluido-1.3.0 > > > ATM all fluido skin versions refer to version-less produced css/js > {code} > $relativePath/js/apache-maven-fluido.min.js > $relativePath/js/apache-maven-fluido.min.cs > {code} > that could cheat users when upgrading skins, since they could be cached by > the browser and while rendering the site, the old css/js could be used. > It would be good versioning the produced resources according to the current > fluido skin version, such as > {code} > $relativePath/js/apache-maven-fluido-${project.version}.min.js > $relativePath/js/apache-maven-fluido-${project.version}.min.cs > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira