PWABuilder-CLI icon indicating copy to clipboard operation
PWABuilder-CLI copied to clipboard

Images compressed in GZIP format

Open JaderCM opened this issue 6 years ago • 3 comments

For some reason, if I run the command to generate the windows10 package, all images are compressed in GZIP format.

pwabuilder -p windows10 -m https://mydomain.com/manifest.json

JaderCM avatar Feb 18 '19 14:02 JaderCM

@JaderCM I tried to replicate the issue without success. Could you detail the site that you used?

lucaasrojas avatar Mar 14 '19 17:03 lucaasrojas

I discovered that my images are stored in my website compressed with GZIP. So, when this PWABuilder-CLI download the content of this images, it ignore this kind of content and do not uncompress.

JaderCM avatar Mar 14 '19 17:03 JaderCM

ah this seems like a nice to have feature, especially with gzip images being an approach to website performance.

lee-leonardo avatar Jun 06 '20 01:06 lee-leonardo