ember-engines / ember-asset-loader

Asset loading support for Ember applications
MIT License
34 stars 27 forks source link

Prevent caching failed assets #57

Closed josex2r closed 7 years ago

josex2r commented 7 years ago

Hi. This pull contains changes to fix ember-engines#471.

The service always stores the promise even if the asset fails loading. Removing the promise and the DOM node allows to retry the load.

rwjblue commented 7 years ago

Thank you again!

rwjblue commented 7 years ago

Released as v0.3.1.

josex2r commented 7 years ago

You're welcome :)