spotify/lingon

Encoding problem with built files

Closed this issue · 3 comments

I noticed this problem with images. Apparently the encoding of the source file is not being applied to the built one.
On Mac this seems to work as intended but on a debian machine the weirdnes happens.

Source:
spotify-logo-light-197 2x

Output:
spotify-logo-light-197 2x

Good catch, self assign if you look into it. Otherwise I'll get to it soon.

Looks like it is actually the MIME type that is wrong, not the encoding.

Expected: image/png; charset=binary
Current: application/octet-stream; charset=binary