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