Skip to content

Instantly share code, notes, and snippets.

View SebastienDaniel's full-sized avatar

Sebastien Daniel SebastienDaniel

View GitHub Profile
@dcharbon
dcharbon / Google Closure command line arguments
Last active December 5, 2016 01:09
google closure command line options
--accept_const_keyword : Allows usage of const keyword.
--angular_pass : Generate $inject properties for
AngularJS for functions annotated
with @ngInject
--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
goog.provide'd symbols. Any goog.provi
de'd symbols that are not a transitive