Johannes Geppert created MWEBMINI-1:
---------------------------------------

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