Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / build / lite.js
1 load("build/js/writeFile.js");
2
3 var blockMatch = /\s*\/\*\*\s*((.|\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 );