From 1d966033ec01618932641e13de4435ead3404542 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Sun, 5 Mar 2017 13:53:05 +0100 Subject: [PATCH] Update javascript section in README Signed-off-by: Julius Haertl --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f27a32c..9c36e6c31 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Nothing to prepare, just dig into the code. ### JavaScript -Make sure you have installed the dependencies with ```make install-deps```. After that you can run ```make``` to build the javascript code once or run ```make watch``` to run in on every file change. +When `'debug'=>true` is set in your config.php files will get loaded automatically. Otherwise you need to ensure that `public/app.js` is generated by running `make` or `make watch` to regenerate it on every change. +Make sure you have installed the dependencies with ```make install-deps```. ### Running tests You can use the provided Makefile to run all tests by using: