Hi,

I'm trying to figure out compression.

I understand that lzma is deprecated, and server side compression is 
recommended.
However, I want to avoid server side compression on the fly (apache deflate 
module) because I don't really have the CPU cycles to spare on the server.

So I thought I would give lzma a try.

When I use it, I see this on my browser's console:
21:07:26.793 Script file not found: decompress.js

But I have no idea where I should get this file.
Searching the git repo:
$ find . -name decompress.js -print
$

There is a lzma-decoder.js file though.

How can I have my .js.compress and .data.compress files read by the browser?

Thanks.

  Bram



-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to