From 41f5c5a88744457b72165cf342395f8461c8d573 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 6 Apr 2019 14:13:19 +0200 Subject: [PATCH] add back missing file --- frontend/assetic/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frontend/assetic/index.rst diff --git a/frontend/assetic/index.rst b/frontend/assetic/index.rst new file mode 100644 index 00000000000..63955c9f8dd --- /dev/null +++ b/frontend/assetic/index.rst @@ -0,0 +1,8 @@ +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.