]> source.dussan.org Git - jquery.git/commitdiff
Fixed minor issue with pack build script. (Bug #2101)
authorJohn Resig <jeresig@gmail.com>
Mon, 14 Jan 2008 19:13:46 +0000 (19:13 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 14 Jan 2008 19:13:46 +0000 (19:13 +0000)
build/build/pack.js

index e50dec9727f6788f3820387cce6e21978b59608f..f387392012252e239f4d91e72087e35271fb8ffd 100644 (file)
@@ -5,7 +5,7 @@ load("build/js/Words.js");
 
 // arguments
 var inFile = arguments[0];
-var outFile = arguments[1] || inFile.replace(/\.js$/, "pack.js");
+var outFile = arguments[1] || inFile.replace(/\.js$/, ".pack.js");
 
 // options
 var base62 = true;