aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-04-29 19:44:27 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-04 14:49:44 +0200
commite35f8439a7e26d6e3e66f18ba6635968831c0ac7 (patch)
treebfb59795f2bbe804118ffb9e87af26c02617c757
parent8655913ebf99a9d65be16ede71b52ee3d3474c5e (diff)
downloadwallabag-e35f8439a7e26d6e3e66f18ba6635968831c0ac7.tar.gz
wallabag-e35f8439a7e26d6e3e66f18ba6635968831c0ac7.tar.zst
wallabag-e35f8439a7e26d6e3e66f18ba6635968831c0ac7.zip
add comment to config.yml to explain live reload feature
-rw-r--r--app/config/config.yml1
1 files changed, 1 insertions, 0 deletions
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:
4 - { resource: services.yml } 4 - { resource: services.yml }
5 5
6parameters: 6parameters:
7 # Allows to use the live reload feature for changes in assets
7 use_webpack_dev_server: false 8 use_webpack_dev_server: false
8 9
9framework: 10framework: