From e35f8439a7e26d6e3e66f18ba6635968831c0ac7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 29 Apr 2017 19:44:27 +0200 Subject: [PATCH] add comment to config.yml to explain live reload feature --- app/config/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/config.yml b/app/config/config.yml index ee8186a6..c076aea9 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -4,6 +4,7 @@ imports: - { resource: services.yml } parameters: + # Allows to use the live reload feature for changes in assets use_webpack_dev_server: false framework: -- 2.41.0