Skip to content
Permalink
Browse files
Added the new pack script.
  • Loading branch information
jeresig committed Aug 14, 2006
1 parent 76ac10e commit ba79495
Showing 1 changed file with 5 additions and 0 deletions.
@@ -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 ) );

0 comments on commit ba79495

Please sign in to comment.