Skip to content

Commit

Permalink
update(Developers.md): fix `Develop with modified ud-viz library in y…
Browse files Browse the repository at this point in the history
…our demo` section thanks to reviewed comments
  • Loading branch information
mathieuLivebardon committed Jan 17, 2024
1 parent 75320d1 commit e20d5f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/static/Developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ In order to establish that specific developing context you might
should replaced with
```json
"dependencies": {
"@ud-viz/*": "file:../../../UD-Viz/packages/*"
"@ud-viz/*": "file:../UD-Viz/packages/*"
}
```
where the path is a relative path from the `package.json` to your cloned
Expand All @@ -124,7 +124,8 @@ In order to establish that specific developing context you might
It is important to add the '../UD-Viz/node_modules' in first position of the
array.

Note that when you make a change in UD-Viz library watchers (nodemon) of Imuv will not notice it, you have to restart it yourself by typing "rs" in the watcher console.
When you application uses code watchers (e.g. nodemon) on automatic rebuild purposes, the code watchers will be blind to changes operated in the ../UD-Viz/ file hierarchy.


## Continuous Integration (Travis CI)

Expand Down

0 comments on commit e20d5f2

Please sign in to comment.