Modified min build to include (like pack) the license header, thanks John for the...
[jquery.git] / build / build / pack.js
index 6a04e72..e50dec9 100644 (file)
@@ -5,7 +5,7 @@ load("build/js/Words.js");
 
 // arguments
 var inFile = arguments[0];
-var outFile = arguments[1] || inFile.replace(/\.js$/, "-p.js");
+var outFile = arguments[1] || inFile.replace(/\.js$/, "pack.js");
 
 // options
 var base62 = true;