You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ke...@apache.org on 2011/04/03 04:36:08 UTC

svn commit: r1088200 - in /ant/sandbox/antlibs/minify/trunk: NOTICE README

Author: kevj
Date: Sun Apr  3 02:36:08 2011
New Revision: 1088200

URL: http://svn.apache.org/viewvc?rev=1088200&view=rev
Log:
update date and readme

Modified:
    ant/sandbox/antlibs/minify/trunk/NOTICE
    ant/sandbox/antlibs/minify/trunk/README

Modified: ant/sandbox/antlibs/minify/trunk/NOTICE
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/minify/trunk/NOTICE?rev=1088200&r1=1088199&r2=1088200&view=diff
==============================================================================
--- ant/sandbox/antlibs/minify/trunk/NOTICE (original)
+++ ant/sandbox/antlibs/minify/trunk/NOTICE Sun Apr  3 02:36:08 2011
@@ -1,5 +1,5 @@
-   Apache JavaScript Minification Ant Library
-   Copyright 2009-2010 The Apache Software Foundation
+   Apache JavaScript & CSS Minification Ant Library
+   Copyright 2009-2011 The Apache Software Foundation
 
    This product includes software developed by
    The Apache Software Foundation (http://www.apache.org/).

Modified: ant/sandbox/antlibs/minify/trunk/README
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/minify/trunk/README?rev=1088200&r1=1088199&r2=1088200&view=diff
==============================================================================
--- ant/sandbox/antlibs/minify/trunk/README (original)
+++ ant/sandbox/antlibs/minify/trunk/README Sun Apr  3 02:36:08 2011
@@ -16,4 +16,15 @@ Example Usage
   <fileset dir="${testscript.dir}">
     <include name="*.js"/>
   </fileset>
+</minify:yui.compressor>
+
+# Compressing css
+<minify:yui.compressor
+        verbose="false"
+        outputPath="${outputPath}"
+        linebreak="80"
+        type="css">
+  <fileset dir="${testscript.dir}">
+    <include name="*.css"/>
+  </fileset>
 </minify:yui.compressor>
\ No newline at end of file