Documention for: minify.r
Created by: chrisrg
on: 21-Aug-2012
Last updated by: chrisrg on: 21-Aug-2012
Format: html
Downloaded on: 26-Jul-2024

Minify

Takes your REBOL scripts and removes all those comments and spaces leaving a somewhat reduced script. While those little pieces help us understand the structure of a script, they are superflous once the script is deployed. So get rid of them.

Refactoring, Not

No attempt is made to alter any values. We don't presume to know the quirks and context of your code, so will be left alone. You're welcome.