I guess we can inject images as base64 encode, or load them from the web, but there are issues.
I would like to not depend on the images being hosted somewhere.
I would like the web inspector to show the real line numbers for the stylesheets and js files, but I think we can only embed them inline so that won't work.
Maybe we can do something with the file:// protocol, but I'm not sure of the best way to do this, for the images to load both from the .app file and from being launched from the php command.
Any good ideas?