diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-04-29 19:44:27 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-05-04 14:49:44 +0200 |
commit | e35f8439a7e26d6e3e66f18ba6635968831c0ac7 (patch) | |
tree | bfb59795f2bbe804118ffb9e87af26c02617c757 /app/config/config.yml | |
parent | 8655913ebf99a9d65be16ede71b52ee3d3474c5e (diff) | |
download | wallabag-e35f8439a7e26d6e3e66f18ba6635968831c0ac7.tar.gz wallabag-e35f8439a7e26d6e3e66f18ba6635968831c0ac7.tar.zst wallabag-e35f8439a7e26d6e3e66f18ba6635968831c0ac7.zip |
add comment to config.yml to explain live reload feature
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 1 |
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 | ||
6 | parameters: | 6 | parameters: |
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 | ||
9 | framework: | 10 | framework: |