diff --git a/_build/redirection_map b/_build/redirection_map index 87a36a5a2b9..b4338e01043 100644 --- a/_build/redirection_map +++ b/_build/redirection_map @@ -534,3 +534,5 @@ /security/multiple_guard_authenticators /security/entry_point /security/guard_authentication /security/custom_authenticator /email /mailer +/frontend/assetic /frontend +/frontend/assetic/index /frontend diff --git a/_build/spelling_word_list.txt b/_build/spelling_word_list.txt index 3b1d630fa11..ba76529bd7a 100644 --- a/_build/spelling_word_list.txt +++ b/_build/spelling_word_list.txt @@ -3,7 +3,6 @@ Akamai analytics Ansi Ansible -Assetic async authenticator authenticators diff --git a/frontend.rst b/frontend.rst index b95f0aa216e..d4eff6cc357 100644 --- a/frontend.rst +++ b/frontend.rst @@ -92,7 +92,6 @@ Other Front-End Articles :hidden: :glob: - frontend/assetic/index frontend/encore/installation frontend/encore/simple-example frontend/encore/* diff --git a/frontend/assetic/index.rst b/frontend/assetic/index.rst deleted file mode 100644 index 63955c9f8dd..00000000000 --- a/frontend/assetic/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -Assetic -======= - -.. caution:: - - Using Assetic to manage web assets in Symfony applications is no longer - recommended. Instead, use :doc:`Webpack Encore `, which bridges - Symfony applications with modern JavaScript-based tools to manage web assets.