Encoding problem with built files
Closed this issue · 3 comments
thisispvb commented
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.
thisispvb commented
jpettersson commented
Good catch, self assign if you look into it. Otherwise I'll get to it soon.
thisispvb commented
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