diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-26 16:46:24 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-26 16:46:24 -0700 |
commit | b0e285503b7e11c3d016cb57744c61562fb9c567 (patch) | |
tree | 6f462cb68e4b18bc9998e99d28244e50ab10499d | |
parent | 825407da4f8374155749852255a71505be9550ee (diff) |
compression docs
-rwxr-xr-x | emcc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -238,6 +238,10 @@ Options that are modified or new in %s include: receive an array/typed array and return an array/typed array. Compression only works when generating HTML. + When compression is on, all filed specified + to be preloaded are compressed in one big + archive, which is given the same name as the + output HTML but with suffix .data.compress --minify <on> 0: Do not minify the generated JavaScript's whitespace (default if closure compiler |