docs(readme): add fomantic-ui update instructions

This commit is contained in:
grandeljay 2023-12-19 15:41:07 +01:00
parent dc93c34819
commit bc8ab0bb24

View file

@ -83,3 +83,14 @@ To setup your development environment you currently have two possibilities:
1. Docker 1. Docker
An official Docker image is also available: https://github.com/wishthis/docker. It's created and maintained by [Hiobi](https://github.com/Hiobi), thanks! An official Docker image is also available: https://github.com/wishthis/docker. It's created and maintained by [Hiobi](https://github.com/Hiobi), thanks!
#### Updating
##### Fomantic-UI
After updating the `fomantic-ui`` dependency, you can rebuild all assets like this:
```
$ cd ./node_modules/fomantic-ui
$ npx gulp build
```