gzipper
gzipper copied to clipboard
CLI for compressing files.
Issue: https://github.com/gios/gzipper/issues/98
Please add support for `NO_COLOR` environment variable https://no-color.org/ to disable colorful output after compression is done in console. Useful for CI environments. Currently there are hardcoded colors in source code:...
Thanks a lot for this amazing repo! I'm currently setting up a GitHub action based on gzipper and noticed that until now, there is no option to simply copy the...
the comressed file extension will be "..br" (brotli) use --output-file-format [filename].[compressExt].[ext] will be ".br." Is it possible to add a option [ext?] and use --output-file-format [filename].[compressExt][ext?] will be ".br"(without extension)...
I love `gzipper` and its option `--incremental` & cache. In my case (see below), all files (except mainboard.js) are better compressed with `--brotli-param-mode font` (up to 2% better compression ratio)....
The Brotli plugin for Webpack has an interesting `minRatio` parameter: > `minRatio`: Only assets that compress better that this ratio are processed. Defaults to `0.8`. We might add the option...
I am getting a error on running the code sample bellow on AWS lambda with node version 16. On local it's ok. The gzipper version is the 7.2.0 ``` const...
Hi good day Gios. Congratulations for this great package. I have a question.. I want to know if this tool generate the files having in count a Breach crime atttack,...