From 241296fa0889d2ed2f711b44f851061ba19bd111 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 6 Jun 2007 10:17:15 +0000 Subject: [PATCH] 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 --- docs/external.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 27 +++++++++++++++++++++++++ 2 files changed, 77 insertions(+) diff --git a/docs/external.html b/docs/external.html index d6843f2bb..1f8d98ec4 100644 --- a/docs/external.html +++ b/docs/external.html @@ -3904,6 +3904,56 @@ valign="top" align="left"> Commercial + + +

+ + JSMin Ant Task +

+

The JSMin Ant task can be used for the automated minification of javascript files + in your build and deploy processes.

+

JSMin is a filter which removes comments and unnecessary whitespace from javascript + files. It typically reduces filesize by half, resulting in faster downloads.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.6.5 or higher +
+ URL: + + http://code.google.com/p/jsmin-ant-task/ +
+ Contact: + + M. Haynes +
+ License: + + Apache License 2.0 +

diff --git a/xdocs/external.xml b/xdocs/external.xml index 08579fcb4..432b2b224 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -2111,6 +2111,33 @@ + + +

The JSMin Ant task can be used for the automated minification of javascript files + in your build and deploy processes.

+

JSMin is a filter which removes comments and unnecessary whitespace from javascript + files. It typically reduces filesize by half, resulting in faster downloads.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.6.5 or higher
URL:http://code.google.com/p/jsmin-ant-task/
Contact:M. Haynes
License:Apache License 2.0
+
+

The <judoscript> task is an easy way to embed JudoScript