Skip to content

Commit e8ed03e

Browse files
authored
Merge pull request #12 from stof/clean_readme
Update the documentation in the readme
2 parents 5bc0b53 + 110885e commit e8ed03e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6969
If 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

0 commit comments

Comments
 (0)