Skip to content

Instantly share code, notes, and snippets.

View iz-ben's full-sized avatar

Ben iz-ben

View GitHub Profile
@iz-ben
iz-ben / closure_compiler_arguments.txt
Created February 15, 2017 08:42
Arguments for the Google Closure Compiler
--charset VAL : Input and output charset for all files
. By default, we accept UTF-8 as input
and output US_ASCII
--closure_entry_point VAL : Entry points to the program. Must be g
oog.provide'd symbols. Any goog.provid
e'd symbols that are not a transitive
dependency of the entry points will be
removed. Files without goog.provides,
and their dependencies, will always b
e left in. If any entry points are spe