What's new? | Help | Directory | Sign in
Google
protosafe
Turning Prototype into a 3rd-party animal :P
  
  
  
  
    
Search
for
Updated Mar 17, 2008 by John.David.Dalton
Labels: Featured
CompilePacker  

How to compile your own build of Packer 3

/**
 * To compile Packer 3.0 into a single file
 * performed the following steps:
 * 
 *  1) Go to http://dean.edwards.name/weblog/2007/12/base2-intro and download Base2
 *     (uncompressed source http://base2.googlecode.com/svn/version/1.0(beta2)/src/base2.js)
 *  
 *  2) Go to http://dean.edwards.name/packer/ and view html source
 *     (download the source files http://dean.edwards.name/packer/Packer.js and
 *       http://dean.edwards.name/packer/Words.js)
 *  
 *  4) Concat base2.js, Packer.js, and Words.js into one file
 *
 * Basic usage was found in:
 * http://dean.edwards.name/packer/bindings.js
 */

Sign in to add a comment