This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/fast-text-encoding/compile.sh
2020-11-01 22:46:04 +00:00

11 lines
288 B
Bash

#!/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