Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/fast-text-encoding/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/fast-text-encoding/compile.sh

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