Last weekend I made some updates to allow project's to pull in views
from plugins if they don't already exist in the project. I should be
able to apply similar logic to how the AssetManager pulls in assets.
For example, all public assets (images, js, css) inside a plugin will
be automatically copied into your project into a folder located at /
public/plugins/{plugin-name}/(images|js|css)/, while keeping track
where assets are coming from inside an internal cache. Then when you
request to display an image (<c:image name="some_image.gif" />), it
will look up the actual path to the image using the value stored in
the internal cache.
I don't anticipate this update taking too long and I can try to have
it done sometime this week, or the weekend at the latest.
-Tony