From: phasefx Date: Mon, 16 Nov 2009 21:33:59 +0000 (+0000) Subject: forgot to commit this wrapper for the closure compiler, the sole purpose of which... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f9aad4833276377c4e876239175bdd424453db9b;p=contrib%2FConifer.git 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 --- 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 0000000000..61168bb463 --- /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