how to update web assets

pull/23/head
Jean-Louis Huynen 2019-03-27 10:15:57 +01:00
parent 890d2b5e38
commit 17497413a3
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ cd ..
The web interface is accessible via `http://127.0.0.1:7000/`
### Updating web assets
To update javascript libs run:
~~~~
cd web
./update_web.sh
~~~~
### Notes
- All server logs are located in ``d4-core/server/logs/``