Updated the documentation parser to work with categories. Additionally, I updated...
[jquery.git] / build / build / lite.js
index 650009a..5fb923b 100644 (file)
@@ -1,6 +1,6 @@
 load("build/js/writeFile.js");
 
 var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g;
-var f = readFile(arguments[0]).replace( blockMatch, "\n" );
+var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );
 
 writeFile( arguments[1], f );