You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Simone Tripodi (JIRA)" <ji...@codehaus.org> on 2012/08/22 13:43:21 UTC

[jira] (MSKINS-61) Add version to the produced css/js

Simone Tripodi created MSKINS-61:
------------------------------------

             Summary: 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


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

        

[jira] (MSKINS-61) Add version to the produced css/js

Posted by "Simone Tripodi (JIRA)" <ji...@codehaus.org>.
     [ 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