[ 
https://jira.nuxeo.org/browse/NXP-5334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Marc Orliaguet updated NXP-5334:
-------------------------------------

           Description: 
yuicompressor (http://developer.yahoo.com/yui/compressor/) can be used instead 
of custom_rhino to compress javascript code.
it also supports compressing CSS

this also removes the custom_rhino dependency, using instead in pom.xml:

       <dependency>
         <groupId>com.yahoo</groupId>
         <artifactId>yuicompressor</artifactId>
         <version>2.4.2</version>
       </dependency>


  was:
yuicompressor (http://developer.yahoo.com/yui/compressor/) can be used instead 
of custom_rhino to compress javascript code.
it also supports compressing CSS

this also removes the custom_rhino dependency, using instead in pom.xml:

       <dependency>
        <groupId>com.yahoo.platform.yui</groupId>
        <artifactId>yuicompressor</artifactId>
        <version>2.3.6</version>
      </dependency>


    Remaining Estimate:     (was: 2 hours)
     Original Estimate:     (was: 2 hours)

works fine under tomcat / jetty 
there are some issues under JBoss.

adding a NXP-5334 branch to commit the code

> use yahoo's yuicompressor instead of custom_rhino
> -------------------------------------------------
>
>                 Key: NXP-5334
>                 URL: https://jira.nuxeo.org/browse/NXP-5334
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>          Components: Themes
>    Affects Versions: 5.3.1
>            Reporter: Jean-Marc Orliaguet
>            Assignee: Jean-Marc Orliaguet
>             Fix For: 5.3.x
>
>
> yuicompressor (http://developer.yahoo.com/yui/compressor/) can be used 
> instead of custom_rhino to compress javascript code.
> it also supports compressing CSS
> this also removes the custom_rhino dependency, using instead in pom.xml:
>        <dependency>
>          <groupId>com.yahoo</groupId>
>          <artifactId>yuicompressor</artifactId>
>          <version>2.4.2</version>
>        </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to