Fixed some bugs with building jQuery - it required that you were in a directory named...
[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 );