I need to have images in my Ember-CLI application for which I change the path dynamically, i.e. <img src="my_dynamic_path">
.
However, because Ember adds a cachebusting string to all the images, I can't do this.
Is there any way to disable the cachebusting string, or some function that finds a URL of a cachebusted image-name, or a folder which is unaffected by this behavior?