From caa2a4d515ad580de8fe9e7a4da95e839f021b07 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 17 Nov 2009 09:10:45 +0000 Subject: 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: http://code.google.com/closure/compiler/ PR: ports/140556 Submitted by: Gea-Suan Lin --- www/closure-compiler/files/closure-compiler.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 www/closure-compiler/files/closure-compiler.in (limited to 'www/closure-compiler/files/closure-compiler.in') diff --git a/www/closure-compiler/files/closure-compiler.in b/www/closure-compiler/files/closure-compiler.in new file mode 100644 index 000000000000..3dc34eb50263 --- /dev/null +++ b/www/closure-compiler/files/closure-compiler.in @@ -0,0 +1,5 @@ +#!/bin/sh -f + +DATADIR="%%DATADIR%%" + +exec %%JAVA%% -jar "${DATADIR}/compiler.jar" $* -- cgit v1.2.3