Closed
Description
Hi there,
I noticed that all assets are copied over to the dist directory. However even if we change the image in src/assets directory. The image wont be pulled in after release as name is the same.
It would be nice if during a release we update urls in css/html simply appending version number of sort in css such as:
url(assets/logo.png) -> url(assets/logo.png?123)
this would force the browser to download new image. Is this something we can do with cli ?
Thanks for the help
Metadata
Metadata
Assignees
Labels
No labels