Skip to content

Updated frontend/* articles to Symfony 4 #8750

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 5 commits into from
Nov 28, 2017
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
7 changes: 7 additions & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,13 @@
/event_dispatcher/class_extension /event_dispatcher
/form /forms
/form/use_virtual_forms /form/inherit_data_option
/frontend/assetic/apply_to_option /frontend/assetic
/frontend/assetic/asset_management /frontend/assetic
/frontend/assetic/jpeg_optimize /frontend/assetic
/frontend/assetic/php /frontend/assetic
/frontend/assetic/uglifyjs /frontend/assetic
/frontend/assetic/yuicompressor /frontend/assetic
/reference/configuration/assetic /frontend/assetic
/security/target_path /security
/service_container/third_party /service_container
/templating/templating_service /templates
Expand Down
5 changes: 0 additions & 5 deletions assetic/_standard_edition_warning.rst.inc

This file was deleted.

1 change: 0 additions & 1 deletion best_practices/web-assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ features.

Next: :doc:`/best_practices/tests`

.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic
.. _`Webpack Encore`: https://github.com/symfony/webpack-encore
.. _`Webpack`: https://webpack.js.org/
.. _`official Webpack Encore documentation`: https://symfony.com/doc/current/frontend.html
10 changes: 4 additions & 6 deletions frontend/assetic.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Assetic
=======

.. include:: /assetic/_standard_edition_warning.rst.inc
.. caution::

.. toctree::
:maxdepth: 1
:glob:

assetic/*
Using Assetic to manage web assets in Symfony applications is no longer
recommended. Instead, use :doc:`Webpack Encore </frontend>`, which bridges
Symfony apps with modern JavaScript-based tools to manage web assets.
211 changes: 0 additions & 211 deletions frontend/assetic/apply_to_option.rst

This file was deleted.

Loading