ae0ca01
click here to add a description
click here to add a homepage
YUI Compressor — Read more
http://developer.yahoo.com/yui/compressor/
This URL has Read+Write access
initial checkin, tests for the JS port of CSSmin
@@ -0,0 +1,3 @@
+input = readFile(arguments[0]);
+load("../ports/js/cssmin.js");
+print(YAHOO.compressor.cssmin(input));
\ No newline at end of file
ae0ca01