From b29bd1794485c948a30bb2539326b6916baf4919 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Thu, 2 Dec 2021 21:32:04 +0100 Subject: [PATCH] update web tutorial: add info about --continuous flag --- tutorials/Web/Getting_Started/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/Web/Getting_Started/README.md b/tutorials/Web/Getting_Started/README.md index 644a85d100..4e829f8cf6 100644 --- a/tutorials/Web/Getting_Started/README.md +++ b/tutorials/Web/Getting_Started/README.md @@ -129,6 +129,11 @@ Use the command line to run: ./gradlew jsBrowserRun ``` +Instead of manually compiling and executing a Kotlin/JS project every time you want to see the changes you made, you can use the continuous compilation mode: +```shell +./gradlew jsBrowserRun --continuous +``` + Or run it from the IDE: