Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed minor issue with pack build script. (Bug
#2101)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
build/build/pack.js
There are no files selected for viewing
|
|
@@ -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; |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.