Implement DataBrowser which downloads resources (images, css) on its own.
There's a hack with resources base url and a bug with images not appearing when downloading done (scroll helps though).
if(WIN32 AND NOT UNIX)
file(GLOB DLLs *.dll)
file(GLOB ICOs *.ico)
install(FILES
${DLLs}
${ICOs}
DESTINATION bin)
endif(WIN32 AND NOT UNIX)