There is possible to change version of web sources (js, css, images) when it is necessary to restore cache in clients browsers. When watch is enabled, then it automatically recompile SASS and update image URLs with new version.
- Go to
package.json
and modifyversion
parameter. This parameter appears in web resources URLs when they are linked as a query parameter?v=X.Y.Z
- Compiled CSS and JS resources included in
@layout.latte
- All URLs in css are versioned. They are modified every time when Gulp SASS task is performed.