forgot to commit this wrapper for the closure compiler, the sole purpose of which...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Nov 2009 21:33:59 +0000 (21:33 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Nov 2009 21:33:59 +0000 (21:33 +0000)
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 [new file with mode: 0755]

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 (executable)
index 0000000..61168bb
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+find build/ -name '*.js' -exec java -jar $* --js {} --js_output_file {}~ \;
+exit 0