From 02e62440a44549cfbe0c43f7fc9489b56f2b77f4 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 23 Dec 2021 12:12:10 -0500 Subject: [PATCH] adding caveat to encore post-install --- symfony/webpack-encore-bundle/1.9/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/webpack-encore-bundle/1.9/post-install.txt b/symfony/webpack-encore-bundle/1.9/post-install.txt index 735ed3e6..6169d37b 100644 --- a/symfony/webpack-encore-bundle/1.9/post-install.txt +++ b/symfony/webpack-encore-bundle/1.9/post-install.txt @@ -1,5 +1,5 @@ * Install Yarn and run yarn install - * Uncomment the Twig helpers in templates/base.html.twig + * Uncomment the Twig helpers in templates/base.html.twig (they may be already) * Start the development server: yarn encore dev-server