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 + + +
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 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