ribesg
03/15/2021, 12:37 PMstatic
(more specifically resources
as static
doesn’t do anything) yourself, and it’s not super easy, not super clean.hhariri
03/15/2021, 3:24 PMribesg
03/15/2021, 3:28 PM.map
files (like .js.map
in my case, or .css.map
) and while clients retrieving these files usually don’t care about content type, I wanted to set it as json so that I could see them directly in browserhhariri
03/15/2021, 3:37 PMribesg
03/15/2021, 3:39 PMapplication/octet-stream
or eventually application/json
which is useful for specific debugging but may not make sense. I don’t think the mime types list should be changed but I don’t know what should be done to let users do what they want in this case. I’ll open a general issue