Open zebapy opened 5 years ago
since static assets will be cached longer, we'll need to add cache busting to any stylesheet image paths if we have any.
This is related to https://github.com/middlebury/drupal8/issues/642
Looks like we don't have any image paths in our css, except for a data uri which won't need this https://github.com/middlebury/midd-frontend/blob/ac2b843470a7789f87b190fa7cd903faed1f6f65/src/scss/components/_form.scss#L65
?fv=blah
I opened https://github.com/middlebury/frontend/issues/172 for MIIS where this is needed
since static assets will be cached longer, we'll need to add cache busting to any stylesheet image paths if we have any.
This is related to https://github.com/middlebury/drupal8/issues/642
Looks like we don't have any image paths in our css, except for a data uri which won't need this https://github.com/middlebury/midd-frontend/blob/ac2b843470a7789f87b190fa7cd903faed1f6f65/src/scss/components/_form.scss#L65