From 0dfe3a072e5445e8d50ae2aef59569b139fee6f0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 17 Feb 2017 19:05:40 +0200 Subject: [PATCH] More details about meteor command. --- Install-and-Update.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Install-and-Update.md b/Install-and-Update.md index 569fd1c..60b3365 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -158,6 +158,10 @@ npm install meteor ``` +When running with command `meteor`, any saved modification of HTML/CSS/JS Wekan code +will make changes also on the browser automatically. NPM package C/C++ code is probably +not recompiled though, that needs full build. + #### In production ```bash rm -rf .build