From bf6c0346d8d35a719dd1bff1cb4d573d422f99ff Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 31 May 2017 09:31:18 +0200 Subject: WIP Signed-off-by: Thomas Citharel --- app/config/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/config/config.yml') diff --git a/app/config/config.yml b/app/config/config.yml index 2bc5e3b3..4a935dfb 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -6,8 +6,9 @@ imports: parameters: # Allows to use the live reload feature for changes in assets - use_webpack_dev_server: false + use_webpack_dev_server: true craue_config.cache_adapter.class: Craue\ConfigBundle\CacheAdapter\SymfonyCacheComponentAdapter + media_directory: '%kernel.root_dir%/../web/uploads/media' framework: #esi: ~ -- cgit v1.2.3