diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-07 10:48:58 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-07 10:48:58 -0500 |
commit | b286fb5aa3999ab6834f563c3b86bcf558312a00 (patch) | |
tree | 39c95af78505ac7ef6116828694504acf6bf5211 /tools/file_packager.py | |
parent | e56dbf9e7c329b91f43794320cc01b41f5f65d5a (diff) |
comments on --embed-file being inefficient, and recommending --preload-file
Diffstat (limited to 'tools/file_packager.py')
-rw-r--r-- | tools/file_packager.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/file_packager.py b/tools/file_packager.py index 874ad942..448bb994 100644 --- a/tools/file_packager.py +++ b/tools/file_packager.py @@ -13,6 +13,9 @@ Usage: file_packager.py TARGET [--preload A [B..]] [--embed C [D..]] [--exclude E [F..]] [--compress COMPRESSION_DATA] [--crunch[=X]] [--js-output=OUTPUT.js] [--no-force] [--use-preload-cache] [--no-heap-copy] + --preload , + --embed See emcc --help for more details on those options. + --crunch=X Will compress dxt files to crn with quality level X. The crunch commandline tool must be present and CRUNCH should be defined in ~/.emscripten that points to it. JS crunch decompressing code will be added to convert the crn to dds in the browser. |