1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/www/closure-compiler/pkg-descr
Sunpoet Po-Chuan Hsieh b8d6919c09 - Update MASTER_SITES and unbreak this port
- Add NO_ARCH
- Update WWW

Approved by:	portmgr (blanket)
MFH:		2016Q4
2016-11-05 18:01:45 +00:00

9 lines
419 B
Plaintext

Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types,
and warns about common JavaScript pitfalls. It is used in many of
Google's JavaScript apps, including Gmail, Google Web Search, Google
Maps, and Google Docs.
WWW: https://developers.google.com/closure/compiler/