Skip to content

Removed the file comparing Assetic and Encore #13823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -503,3 +503,4 @@
/components/templating https://github.com/symfony/templating
/components/error_handler https://github.com/symfony/error-handler
/components/class_loader https://github.com/symfony/class-loader
/frontend/encore/versus-assetic /frontend
1 change: 0 additions & 1 deletion frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Issues & Questions
..................

* :doc:`FAQ & Common Issues </frontend/encore/faq>`
* :doc:`/frontend/encore/versus-assetic`

Full API
........
Expand Down
56 changes: 0 additions & 56 deletions frontend/encore/versus-assetic.rst

This file was deleted.

2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ version
This option is used to *bust* the cache on assets by globally adding a query
parameter to all rendered asset paths (e.g. ``/images/logo.png?v2``). This
applies only to assets rendered via the Twig ``asset()`` function (or PHP
equivalent) as well as assets rendered with Assetic.
equivalent).

For example, suppose you have the following:

Expand Down