Added plugin build script, very useful to test compressed plugins. Modified build...
[jquery.git] / build / build / lite.js
index 5fb923b..5f51038 100644 (file)
@@ -1,6 +1,6 @@
-load("build/js/writeFile.js");
+load("../jquerybuild/js/writeFile.js");
 
-var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g;
+var blockMatch = /\s*\/\*\*\s*((.|\n|\r\n)*?)\s*\*\/\n*/g;
 var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );
 
 writeFile( arguments[1], f );