Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 366f000

Browse filesBrowse 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
Copy full SHA for 366f000

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎frontend/encore/versioning.rst

Copy file name to clipboardExpand all lines: frontend/encore/versioning.rst
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.