- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 May 2010 16:36:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv21541
Modified Files:
build.xml
Log Message:
added the compress-css target to compress unicorn main css file with YUI Compressor
Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- build.xml 14 Oct 2009 17:41:38 -0000 1.11
+++ build.xml 14 May 2010 16:36:28 -0000 1.12
@@ -47,6 +47,12 @@
</javac>
</target>
+ <target name="compress-css">
+ <java jar="lib/yuicompressor-2.4.2.jar" fork="true" output="WebContent/style/base_ucn-yc.css" >
+ <arg path="WebContent/style/base_ucn.css" />
+ </java>
+ </target>
+
<target name="deploy" depends="war">
<copy todir="${webapps}" overwrite="true">
<fileset dir=".">
Received on Friday, 14 May 2010 16:36:32 UTC