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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -