simonihmig / responsive-image

Automatically generate resized images at build-time, optimized for the responsive web, and using components to render them easily as <picture> elements.
MIT License
115 stars 16 forks source link

Incremental rebuild not working #25

Closed simonihmig closed 8 months ago

simonihmig commented 6 years ago

When I add a new image, this does not trigger resizing of the new image, and a new rebuild of the meta data. Instead this happens:

image

Ideally, it would not rescale all images, but only the changed ones. But even rescaling all images would be better than having to restart the ember server.

devotox commented 5 years ago

Will this be looked into?

simonihmig commented 3 years ago

This seems to work now, with the major overhaul for the upcoming v2. At least new images are picked up. Deleting files caused build errors for me, but they stemmed from other addons (broccoli-asset-rev and ember-auto-import). Closing this therefore, sorry for the long delay here!