Skip to content

Instantly share code, notes, and snippets.

@diclophis
Created April 3, 2013 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diclophis/5298632 to your computer and use it in GitHub Desktop.
Save diclophis/5298632 to your computer and use it in GitHub Desktop.
#!/bin/sh
in=$1
out=$2
curl -s \
-d compilation_level=SIMPLE_OPTIMIZATIONS \
-d output_format=text \
-d output_info=compiled_code \
--data-urlencode "js_code@${in}" \
http://closure-compiler.appspot.com/compile \
> $out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment