git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a356f0
)
Fixed minor issue with pack build script. (Bug #2101)
author
John Resig
<jeresig@gmail.com>
Mon, 14 Jan 2008 19:13:46 +0000
(19:13 +0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 14 Jan 2008 19:13:46 +0000
(19:13 +0000)
build/build/pack.js
patch
|
blob
|
history
diff --git
a/build/build/pack.js
b/build/build/pack.js
index
e50dec9
..
f387392
100644
(file)
--- 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;