Skip to content

Commit 6179c89

Browse files
committed
minor #8750 Updated frontend/* articles to Symfony 4 (javiereguiluz)
This PR was squashed before being merged into the 4.0 branch (closes #8750). Discussion ---------- Updated frontend/* articles to Symfony 4 This fixes #8723. Commits ------- 440e767 Removed Assetic DIC tags 63eb6d6 Minor changes 4545905 Fixed non-existent reference d898d02 Removed another deprecated article d551fe5 Updated frontend/* articles to Symfony 4
2 parents a86dd7f + 440e767 commit 6179c89

21 files changed

+24
-2165
lines changed

_build/redirection_map

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,13 @@
355355
/event_dispatcher/class_extension /event_dispatcher
356356
/form /forms
357357
/form/use_virtual_forms /form/inherit_data_option
358+
/frontend/assetic/apply_to_option /frontend/assetic
359+
/frontend/assetic/asset_management /frontend/assetic
360+
/frontend/assetic/jpeg_optimize /frontend/assetic
361+
/frontend/assetic/php /frontend/assetic
362+
/frontend/assetic/uglifyjs /frontend/assetic
363+
/frontend/assetic/yuicompressor /frontend/assetic
364+
/reference/configuration/assetic /frontend/assetic
358365
/security/target_path /security
359366
/service_container/third_party /service_container
360367
/templating/templating_service /templates

assetic/_standard_edition_warning.rst.inc

Lines changed: 0 additions & 5 deletions
This file was deleted.

best_practices/web-assets.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ features.
2929

3030
Next: :doc:`/best_practices/tests`
3131

32-
.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic
3332
.. _`Webpack Encore`: https://github.com/symfony/webpack-encore
3433
.. _`Webpack`: https://webpack.js.org/
3534
.. _`official Webpack Encore documentation`: https://symfony.com/doc/current/frontend.html

frontend/assetic.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
Assetic
22
=======
33

4-
.. include:: /assetic/_standard_edition_warning.rst.inc
4+
.. caution::
55

6-
.. toctree::
7-
:maxdepth: 1
8-
:glob:
9-
10-
assetic/*
6+
Using Assetic to manage web assets in Symfony applications is no longer
7+
recommended. Instead, use :doc:`Webpack Encore </frontend>`, which bridges
8+
Symfony apps with modern JavaScript-based tools to manage web assets.

frontend/assetic/apply_to_option.rst

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)