Updated dev script (#15)

This commit is contained in:
cdce8p 2018-05-18 17:15:39 +02:00 committed by Paulus Schoutsen
parent 43c2ba3294
commit 071cd0c2cb

View File

@ -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. 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 ```bash
$ yarn run dev-watch $ script/develop
``` ```
The source code for the frontend can be found in different directories: The source code for the frontend can be found in different directories: