vendredi 21 avril 2017

Image not fingerprinting within components - EMBER

Images display in development mode but once deployed into production do not display because they do not seem to be compiled like other assets.

This is only within components, other images within a template display.

Example Component:

podcast-header.hbs:

<div class="banner-block">
    <img src="/images/podcasts_browseshows_header.jpg" class='bw-stretch-image'>
    <div class="title-overlay-bottom">
    <img src="/images/podcasts-button.png">
    </div>
</div>

Thoughts? Is this a bug to be reported or am I missing something?




Aucun commentaire:

Enregistrer un commentaire