ZIM js - DISTILL EXAMPLES - Custom Minify

// start recording which functions you use
zim.DISTILL = true;

// run your code and at the end run the distill() function
// you may need to place this in a restart event function, etc.
zim.distill();

// this will log to the console a series of numbers
// separated by spaces representing the functions used

1 6 81 81 79 75 77 75 55 54 52 53 55 54 52 53 55 54 52
53 42 80 74 46 46 46 80 74 46 46 46 55 54 52 53 55 54
52 53 55 54 52 53 42 80 74

// copy these into the zim DISTILL form field
// to get the minified JavaScript for these functions
// NOTE: Distill will not duplicate the functions
// data duplication is left in for statistical purposes

  Become a Patron!