Removed support for the XPath [n] - we weren't doing it right, and it would actually...
[jquery.git] / build / build / min.js
1 load("build/js/jsmin.js", "build/js/writeFile.js");
2
3 var f = jsmin('', readFile(arguments[0]), 3);
4
5 writeFile( arguments[1], f );