From f67b143e21a565c0984c087ad2b23dc087426895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 5 Feb 2021 17:30:47 +0100 Subject: [PATCH] add missing file --- symfony/webpack-encore-bundle/1.9/post-install.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 symfony/webpack-encore-bundle/1.9/post-install.txt diff --git a/symfony/webpack-encore-bundle/1.9/post-install.txt b/symfony/webpack-encore-bundle/1.9/post-install.txt new file mode 100644 index 00000000..03f763a2 --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/post-install.txt @@ -0,0 +1,9 @@ + + Finish Encore Installation + + + * Install Yarn and run yarn install + + * Uncomment the Twig helpers in templates/base.html.twig + + * Start the development server: yarn dev-server