aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2008-01-14 19:13:46 +0000
committerJohn Resig <jeresig@gmail.com>2008-01-14 19:13:46 +0000
commit04eb06069210eef20e9c2157b4f5557e868d7719 (patch)
tree7dd6b6021598f030767d8b4657cdcb5fd187c60f /build
parent8a356f0d23bca2b2ea81a8320f6ab3b48b4177e3 (diff)
downloadjquery-04eb06069210eef20e9c2157b4f5557e868d7719.tar.gz
jquery-04eb06069210eef20e9c2157b4f5557e868d7719.zip
Fixed minor issue with pack build script. (Bug #2101)
Diffstat (limited to 'build')
-rw-r--r--build/build/pack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build/pack.js b/build/build/pack.js
index e50dec972..f38739201 100644
--- a/build/build/pack.js
+++ b/build/build/pack.js
@@ -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;