compile.sh 288 B

12345678910
  1. #!/usr/bin/env sh
  2. google-closure-compiler \
  3. --compilation_level ADVANCED \
  4. --js_output_file text.min.js \
  5. --language_out ECMASCRIPT5 \
  6. --warning_level VERBOSE \
  7. --create_source_map %outname%.map \
  8. --externs externs.js \
  9. text.js