Added the new pack script.

This commit is contained in:
John Resig 2006-08-14 01:49:14 +00:00
parent 76ac10ed1f
commit ba79495789

5
build/build/pack.js Normal file
View 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 ) );