You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
At this point, Buffalo is using the fingerprint strategy on compiled CSS and JS but it's not being used for images, it would be good to add this to images in order to make asset compilation consistent in that sense.
This may have an impact in other areas like CSS backgrounds and fonts but the solution may be already implemented into webpack.
Changes to solve this will mostly be related to the webpack configuration but we will need to add an image helper to resolve fingerprinted image URLs from the manifest.json file as we do for CSS and JS.
The text was updated successfully, but these errors were encountered:
@paganotoni, I think #921 is related to this one: I tried the proposed change to the Manifest plugin, but since images are not in the manifest, it can't work.
At this point, Buffalo is using the fingerprint strategy on compiled CSS and JS but it's not being used for images, it would be good to add this to images in order to make asset compilation consistent in that sense.
This may have an impact in other areas like CSS backgrounds and fonts but the solution may be already implemented into webpack.
Changes to solve this will mostly be related to the webpack configuration but we will need to add an image helper to resolve fingerprinted image URLs from the
manifest.json
file as we do for CSS and JS.The text was updated successfully, but these errors were encountered: