Browse Source

Add "JSMin Ant Task" to external page.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@544798 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
241296fa08
2 changed files with 77 additions and 0 deletions
  1. +50
    -0
      docs/external.html
  2. +27
    -0
      xdocs/external.xml

+ 50
- 0
docs/external.html View File

@@ -3904,6 +3904,56 @@
valign="top" align="left">
Commercial
</td>
</tr>
</table>
<h4 class="subsection">
<a name="JSMin Ant Task"></a>
JSMin Ant Task
</h4>
<p>The JSMin Ant task can be used for the automated minification of javascript files
in your build and deploy processes.</p>
<p>JSMin is a filter which removes comments and unnecessary whitespace from javascript
files. It typically reduces filesize by half, resulting in faster downloads.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.6.5 or higher
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://code.google.com/p/jsmin-ant-task/">http://code.google.com/p/jsmin-ant-task/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:matt_at_matthaynes_dot_net">M. Haynes</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache License 2.0
</td>
</tr>
</table>
<h4 class="subsection">


+ 27
- 0
xdocs/external.xml View File

@@ -2111,6 +2111,33 @@
</table>
</subsection>

<subsection name="JSMin Ant Task">

<p>The JSMin Ant task can be used for the automated minification of javascript files
in your build and deploy processes.</p>
<p>JSMin is a filter which removes comments and unnecessary whitespace from javascript
files. It typically reduces filesize by half, resulting in faster downloads.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.5 or higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://code.google.com/p/jsmin-ant-task/">http://code.google.com/p/jsmin-ant-task/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:matt_at_matthaynes_dot_net">M. Haynes</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="JudoScript Ant Task">

<p>The &lt;judoscript&gt; task is an easy way to embed JudoScript


Loading…
Cancel
Save