Title: Assets (private for dev / external for production)


How do I specify assets so that they are private (or contextual) in development, but external in production? The documentation seems to imply that this is configurable somewhere, but I'm missing where this happens. I also want to put "https:" in front of images for secure pages, so we don't get that IE error message (some elements are secures / others aren't message).

If I could pass the name of the resource into some method I could "wrap it" appropriately I suppose, but I'm missing how this is done.

Joel

Reply via email to