Added the new pack script.
This commit is contained in:
parent
76ac10ed1f
commit
ba79495789
5
build/build/pack.js
Normal file
5
build/build/pack.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
load("build/js/ParseMaster.js", "build/js/pack.js", "build/js/writeFile.js");
|
||||
|
||||
var out = readFile( arguments[0] );
|
||||
|
||||
writeFile( arguments[1], pack( out, 62, true, false ) );
|
Loading…
Reference in a new issue