Ah, it seems I was a bit hasty in dismissing the effect of restarting
WEBrick; I've now got it to the point where it is, at least, dropping
the logo, and instead putting up an 'alt text' consisting of the name
of the logo file without the extension. Interestingly, even though I
in the code I have:
Spree.config do |config|
config.site_name = "Master Joe's Toybox"
config.logo = "images/store/mjtb-logo.png"
end
in the generated source (as seen from the browser), it comes out as
src="/assets/images/store/mjtb-logo.png"
which at least seems to indicate that the path should be the correct
one... though why it has the leading '/' is puzzling, as that would
normally imply that it is a relative address off of the webroot, IIUC.
--
J Osako