[ 
https://jira.codehaus.org/browse/MWEBMINI-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=288105#comment-288105
 ] 

Christopher Hunt commented on MWEBMINI-1:
-----------------------------------------

Does "js split points" not solve this issue for you?

http://mojo.codehaus.org/webminifier-maven-plugin/minify-js-mojo.html#jsSplitPoints
                
> Provide an ability to minify sepecific files
> --------------------------------------------
>
>                 Key: MWEBMINI-1
>                 URL: https://jira.codehaus.org/browse/MWEBMINI-1
>             Project: Mojo Web Minifier Maven Plugin
>          Issue Type: New Feature
>            Reporter: Johannes Geppert
>
> Please provide an ability to minify sepecific files.
> {code}
> <files>
>  <file>
>   <src>/src/main/webapp/js/script1.js</src>
>   <target>/src/main/webapp/js/script1.min.js</target>
>  </file>
>  <file>
>   <src>/src/main/webapp/js/script2.js</src>
>   <target>/src/main/webapp/js/script2.min.js</target>
>  </file>
> </files>
> {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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to