More fixes to the build system.
[jquery.git] / build / build / lite.js
1 load("build/js/writeFile.js");
2
3 var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\n*\*\/\s*/g;
4 var f = readFile(arguments[0]).replace( blockMatch, "" );
5
6 writeFile( arguments[1], f );