From 5d033cf57ba5b72e21aae706868eb298a34ffcad Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 18 Nov 2021 15:24:30 +0100 Subject: [PATCH] [Frontend] Remove all Assetic references --- _build/redirection_map | 2 ++ _build/spelling_word_list.txt | 1 - frontend.rst | 1 - frontend/assetic/index.rst | 8 -------- 4 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 frontend/assetic/index.rst 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.