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
Any chance your bundle can manages those hashes ?
For now, image('build/images/image.jpg") doesn't find the image, but asset('build/images/image.jpg') finds it.
The image name is like : image.31f15875.jpg
The text was updated successfully, but these errors were encountered:
I use Symfony 4.1, and I use encore. My images are copied from assets directory to the public directory.
The problem is versioning, each image's name is change with a hash.
SF allows to use default asset() function to handle those hashes :
Any chance your bundle can manages those hashes ?
For now,
image('build/images/image.jpg")
doesn't find the image, butasset('build/images/image.jpg')
finds it.The image name is like : image.31f15875.jpg
The text was updated successfully, but these errors were encountered: