From bc8ab0bb240feeaf433c21a96be909b0019741a0 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Tue, 19 Dec 2023 15:41:07 +0100 Subject: [PATCH] docs(readme): add `fomantic-ui` update instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 96f50232..748cac63 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,14 @@ To setup your development environment you currently have two possibilities: 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! + +#### Updating + +##### Fomantic-UI + +After updating the `fomantic-ui`` dependency, you can rebuild all assets like this: + +``` +$ cd ./node_modules/fomantic-ui +$ npx gulp build +```