]> source.dussan.org Git - vaadin-framework.git/commitdiff
Print a message to system out after default theme css has been combined
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 26 Sep 2008 14:22:51 +0000 (14:22 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 26 Sep 2008 14:22:51 +0000 (14:22 +0000)
svn changeset:5530/svn branch:trunk

build/buildhelpers/com/itmill/toolkit/buildhelpers/CompileDefaultTheme.java

index 8ea00c675de887716b22c395795bf7a1c41a1a1a..a1818624a5409b91ef99e9911dae91c9885b3c73 100644 (file)
@@ -72,5 +72,8 @@ public class CompileDefaultTheme {
         out.write(combinedCss.toString());
         out.close();
 
+        System.out.println("Compibed CSS to " + SRCDIR + "/styles.css ("
+                + combinedCss.toString().length() + " bytes)");
+
     }
 }