-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Since Webpack Encore now generates a config/packages/assets.yaml
file containing the settings needed to load assets from the manifest.json
file (reference):
# config/packages/assets.yaml
framework:
assets:
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
You don't actually have to manually add json_manifest_path
to config/packages/framework.yaml
anymore, so the following paragraph becomes obsolete: http://symfony.com/doc/current/frontend/encore/versioning.html#loading-assets-from-the-manifest-json-file
I wouldn't mind creating a PR to remove or edit the paragraph myself, but my english is subpar sadly.