Fixed some bugs with building jQuery - it required that you were in a directory named...
[jquery.git] / build / build / lite.js
index 99d3c68..d5fc19c 100644 (file)
@@ -1,4 +1,4 @@
-load("../jquery/build/js/writeFile.js");
+load("build/js/writeFile.js");
 
 var blockMatch = /\s*\/\*\*\s*((.|\n|\r\n)*?)\s*\*\/\n*/g;
 var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );