aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc8
1 files changed, 6 insertions, 2 deletions
diff --git a/emcc b/emcc
index 69dd999e..cdfe05c0 100755
--- a/emcc
+++ b/emcc
@@ -193,10 +193,14 @@ Options that are modified or new in %s include:
script to be run.
--pre-js <file> A file whose contents are added before the
- generated code
+ generated code. This is done *before*
+ optimization, so it will be minified
+ properly if closure compiler is run.
--post-js <file> A file whose contents are added after the
- generated code
+ generated code This is done *before*
+ optimization, so it will be minified
+ properly if closure compiler is run.
--embed-file <file> A file to embed inside the generated
JavaScript. The compiled code will be able