aboutsummaryrefslogtreecommitdiff
path: root/devel/obfuscatejs/pkg-descr
blob: c1a6339db5a391417999fe919b3cdd9b4af504c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
ObfuscateJS compress your Javascript files.
The obfuscator currently removes whitespace and comments.
It renames variable names with a local scope to a shorter version,
and as an advanced option it renames all variables with a certain
prefix to a shorter name.

Usage:
    obfuscatejs Obfuscator {src} {dest} {prefix}
    obfuscatejs WeightWatch {src}
    obfuscatejs BuildUtils {srcRootDir} {destDir} {docDir} {headerFile}

WWW:	http://tools.2vi.nl/