Summary
When running aem-import-helper da upload with the default --images-to-png flag (true), WEBP assets are downloaded and converted to PNG before upload, but the HTML references still point to their original .webp filenames.
Expected
- Assets are converted to PNG (already happens).
- Updated HTML references should point to the
.png filenames so DA serves the converted files.
Steps to reproduce
- Run
aem-import-helper da upload against a page containing .webp images.
- Inspect the console output: upload logs show
.png files, but the “Updating asset references” log still rewrites to .webp.
- Deployed HTML points to
.webp URLs that fail in DA.
Summary
When running
aem-import-helper da uploadwith the default--images-to-pngflag (true), WEBP assets are downloaded and converted to PNG before upload, but the HTML references still point to their original.webpfilenames.Expected
.pngfilenames so DA serves the converted files.Steps to reproduce
aem-import-helper da uploadagainst a page containing.webpimages..pngfiles, but the “Updating asset references” log still rewrites to.webp..webpURLs that fail in DA.