stencil-cli
stencil-cli copied to clipboard
chore(merc): Bump paper version
- [ ] Paper Handlebars
- [ ] Paper (bump version)
- [ ] Stencil Cli (bump version)
- [ ] Storefront Renderer (bump verion)
What? Why?
Use CDN Original images for webdav - cache control.
If a developer/merchant decide to use the handlebar to import images from WebDav into the theme ({{cdn "webdav:/img/image.jpg"}})
, there is no cache-control header when the image is presented to the storefront.
Similar to our Image Manager, we should be using the cdn original images (Similar to Jinsoo's PR here MERC-7127
Example images: Original /content/
Updated /images/stencil/original/content/
How was it tested?
Tested locally
cc @bigcommerce/storefront-team
Take a look at this comment: https://github.com/bigcommerce/paper/pull/343#issuecomment-1638879565