Added a number of additional speed gains (we now hold our own against Dojo and DOMQue...
[jquery.git] / build / build / lite.js
1 load("build/js/writeFile.js");
2
3 var blockMatch = /\s*\/\*\*\s*((.|\n|\r\n)*?)\s*\*\/\n*/g;
4 var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );
5
6 writeFile( arguments[1], f );