Google closure compiler application using multiple files and how not to print standard output -



Google closure compiler application using multiple files and how not to print standard output -

i'm using google closure compiler application , can't figure out of next commands help menu turn off printing of standard output.

i'm combining multiple js files:

compiler-latest timpeterson$ java -jar compiler.jar --js assets/js/file1.js assets/js/file2.js --js_output_file assets/js/file.min.js

note: here's command access help menu

compiler-latest timpeterson$ java -jar compiler.jar --help

when using --js_output_file option, compiler prints warnings , errors terminal (to standard error). compiler should not write standard output in case.

note standard error can include important portions of code you'd have compiled in compiled form. not standard output though.

google-closure-compiler

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -