Add updating instructions for fomantic-ui
This commit is contained in:
parent
47698ea9fe
commit
c244cc1a65
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -103,6 +103,20 @@ Use one of the following commands.
|
||||||
| ---------------| ------------------------- |
|
| ---------------| ------------------------- |
|
||||||
| `yarn install` | Install all dependencies. |
|
| `yarn install` | Install all dependencies. |
|
||||||
|
|
||||||
|
#### Updating fomantic-ui
|
||||||
|
To update fomantic-ui run the following commands
|
||||||
|
```
|
||||||
|
yarn upgrade
|
||||||
|
cd node_modules/fomantic-ui
|
||||||
|
npx gulp install
|
||||||
|
npx gulp build
|
||||||
|
```
|
||||||
|
|
||||||
|
or as a one-liner
|
||||||
|
```
|
||||||
|
yarn upgrade && cd node_modules/fomantic-ui && npx gulp install && npx gulp build && cd ../..
|
||||||
|
```
|
||||||
|
|
||||||
#### Theme changes
|
#### Theme changes
|
||||||
```
|
```
|
||||||
cd semantic
|
cd semantic
|
||||||
|
|
Loading…
Reference in a new issue