pwa-builder / PWABuilder-CLI

Node.js tool for App Generation
Other
1.62k stars 142 forks source link

Images compressed in GZIP format #327

Open JaderCM opened 5 years ago

JaderCM commented 5 years ago

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

lucaasrojas commented 5 years ago

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

JaderCM commented 5 years ago

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.

lee-leonardo commented 4 years ago

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