From 071cd0c2cb2b1ccbcee6cee916ee6141377659b3 Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Fri, 18 May 2018 17:15:39 +0200 Subject: [PATCH] Updated dev script (#15) --- docs/frontend_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend_index.md b/docs/frontend_index.md index e3fea499..ce79e72e 100644 --- a/docs/frontend_index.md +++ b/docs/frontend_index.md @@ -73,7 +73,7 @@ If you are changing `html` files under `/src` or `/panels` - just reload the pag If you are changing javascript files under `/js` you need to have gulp running to watch the source files for changes and build when necessary. ```bash -$ yarn run dev-watch +$ script/develop ``` The source code for the frontend can be found in different directories: