* William A Rowe Jr wrote:
> With the rise of interest in brotli, and the absence of deflate in our
> 'default content', it seems reasonable that we would pre-compress
> both gz and br compressed flavors of our .html pages.
> What is needed is the logic for ant to invoke these commands to
> build the target content.html.lang files;
> gzip -k -n -9 {name}
> bro[tli] --input {name} --output {name}.br --quality 11
Hmm. It would also require to add a check for the compressors themselves.
For gzip there's https://ant.apache.org/manual/Tasks/pack.html
For brotli I don't know. What is supposed to happen if you do not have it
installed? Is there a java compressor available we can plug in and lump
together with the build tools?
Cheers,
--
"Solides und umfangreiches Buch"
-- aus einer Rezension
<http://pub.perlig.de/books.html#apache2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]