From f9aad4833276377c4e876239175bdd424453db9b Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 16 Nov 2009 21:33:59 +0000 Subject: [PATCH] forgot to commit this wrapper for the closure compiler, the sole purpose of which is to return an error code 0 so that make doesn't abort. I don't mean to pull in a whole new dependency (like java), I'm just playing around. Will be happy to look at dojo squeeze, etc. git-svn-id: svn://svn.open-ils.org/ILS/trunk@14926 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/external/closure_compiler.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Open-ILS/xul/staff_client/external/closure_compiler.sh diff --git a/Open-ILS/xul/staff_client/external/closure_compiler.sh b/Open-ILS/xul/staff_client/external/closure_compiler.sh new file mode 100755 index 000000000..61168bb46 --- /dev/null +++ b/Open-ILS/xul/staff_client/external/closure_compiler.sh @@ -0,0 +1,3 @@ +#!/bin/sh +find build/ -name '*.js' -exec java -jar $* --js {} --js_output_file {}~ \; +exit 0 -- 2.11.0