freebsd-ports/devel/obfuscatejs/pkg-descr
Rong-En Fan de68ffab47 - Update to 0.3.2
PR:		ports/100151
Submitted by:	Nicola Vitale <nivit email.it> (maintainer)
2006-07-12 16:07:20 +00:00

12 lines
451 B
Text

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/