File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ incenteev_hashed_asset:
5353 # Absolute path to the folder in which assets can be found
5454 # Note: in case you apply a base_path in your asset package, it is not
5555 # yet applied to the string received by the bundle
56- web_root : ' %kernel.root_dir%/.. /web'
56+ web_root : ' %kernel.project_dir% /web'
5757 # Format used to apply the version. This is equivalent to the
5858 # `framework > assets > version_format` of the static version strategy
5959 # of FrameworkBundle.
@@ -67,9 +67,8 @@ This bundle is under the [MIT license](LICENSE).
6767## Alternative projects
6868
6969If you want to apply cache busting by renaming files in your asset pipeline
70- (for instance with the ` gulp-rev` plugin), have a look at
71- https://github.com/irozgar/gulp-rev-versions-bundle which processes a
72- manifest file.
70+ (for instance with the webpack-encore versioning feature), have a look at the
71+ ` json_manifest` strategy available in Symfony itself.
7372
7473# # Reporting an issue or a feature request
7574
You can’t perform that action at this time.
0 commit comments