Skip to content

Commit 395b60a

Browse files
authored
adding note about the json_manifest_path - fixes #107
1 parent 14a222f commit 395b60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ file:
2121
# config/packages/webpack_encore.yaml
2222
webpack_encore:
2323
# The path where Encore is building the assets - i.e. Encore.setOutputPath()
24+
# if you customize this, you will also need to change framework.assets.json_manifest_path (it usually lives in assets.yaml)
2425
output_path: '%kernel.project_dir%/public/build'
2526
# If multiple builds are defined (as shown below), you can disable the default build:
2627
# output_path: false

0 commit comments

Comments
 (0)