Can assets be put into a package, or are packages back-end processes only?
If I want to release a package that includes a jQuery plugin, some images, and a PHP backend to it, could that be released as one package, or would it be two parts - one backend package plus a collection of assets that needs to be installed (or copied to) the public folder of the application?
This has not been an issue for in-house development, as we can install whatever where we like, but to make some useful stuff available to others, I would like to do so in the best way.
-- Jason