Use of currentDesign.path in HTL for referencing images in AEM 6.4?
Since the recommendation to move designs from /etc/designs to /apps/settings/wcm/designs I would like to know what the preferred approach to making a request to an image in that design from HTL
eg we have two designs and in both there is a logo.jpg file. We want to be able to swap the design at the page level using the designPath
If we follow the guides in this Designs and the Designer it generates a link with the /apps/settings/wcm.........../logo.jpg Shouldn't this be coming through some kind of proxy like etc.clientlibs? If so how best to structure the design tree and how to reference the image from HTL?
Thanks