bigcommerce / stencil-cli

BigCommerce Stencil emulator for local theme development
https://developer.bigcommerce.com/stencil-docs
BSD 4-Clause "Original" or "Old" License
102 stars 141 forks source link

chore(merc): Bump paper version #1125

Closed kchu93 closed 2 months ago

kchu93 commented 1 year ago

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

jairo-bc commented 1 year ago

Take a look at this comment: https://github.com/bigcommerce/paper/pull/343#issuecomment-1638879565