8000 minor #10190 Added a tip about versioning when using Flex (royklutman) · symfony/symfony-docs@366f000 · GitHub
[go: up one dir, main page]

Skip to content

Commit 366f000

Browse files
committed
minor #10190 Added a tip about versioning when using Flex (royklutman)
This PR was squashed before being merged into the 4.1 branch (closes #10190). Discussion ---------- Added a tip about versioning when using Flex Gave it a shot myself, please feel free to edit, closes #10176. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f01e6eb Added a tip about versioning when using Flex
2 parents 36cede5 + f01e6eb commit 366f000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/versioning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ in your ``script`` and ``link`` tags. If you're using Symfony, just activate the
4444

4545
.. code-block:: yaml
4646
47-
# config/packages/framework.yaml
47+
# this file is added automatically when installing Encore with Symfony Flex
48+
# config/packages/assets.yaml
4849
framework:
49-
# ...
5050
assets:
5151
# feature is supported in Symfony 3.3 and higher
5252
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'

0 commit comments

Comments
 (0)
0