worklight server preview wont show png resources anymore after configuring it to serve svg -
i ran in problem svg images not loading using worklight preview. found solution here: how can configure worklight serve *.svg files contenttype=image/xml+svg?
after adding these lines
<mimetypes> <type>svg=image/svg+xml</type> </mimetypes> svg files appeared on preview, can't load png files. there way make formats work?
did try add type .png then?
<mimetypes> <type>svg=image/svg+xml</type> <type>png=image/png</type> </mimetypes>
Comments
Post a Comment