Skip to content

Commit

Permalink
docs: add more instructions to work with the library and a project si…
Browse files Browse the repository at this point in the history
…de by side
  • Loading branch information
boeckMt committed Sep 23, 2022
1 parent 0d2d292 commit 63c0421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ There are two ways to include libraries in a frontend-project:
}
...
```
- add `frontend-libraries` to `.gitignore` so you do not commit it unintentionally to your code.
- temporarily add all missing dependencies from `frontend-libraries` in your project's package.json (so you have all dependencies installed which the project needs for the transpilation)
- check that the tsconfig file from your project is compatible with that of `frontend-libraries`
### 2nd method: build libraries and project side by side
- compile the library on changes and link the compiled library into the frontend-projects `node_modules/@dlr-eoc` directory.
Expand Down

0 comments on commit 63c0421

Please sign in to comment.