Skip to content

Commit 9200d96

Browse files
committed
Merge branch 'next' of https://github.com/infra-geo-ouverte/igo2-lib into 1522-update-angular-v17
2 parents c534454 + 3a191b2 commit 9200d96

File tree

12 files changed

+17687
-23413
lines changed

12 files changed

+17687
-23413
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [16.1.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/v16.1.0...v16.1.1) (2023-12-14)
2+
3+
4+
15
# [16.1.0](https://github.com/infra-geo-ouverte/igo2-lib/compare/v16.0.2...v16.1.0) (2023-12-12)
26

37

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,9 @@ Require:
5656
| < 1.5.x | >= 8, <= 11 |
5757
| 0.x.x | >= 6, <= 10 |
5858

59-
If you want to concurently develop inside the IGO2 Library AND inside any igo2-lib's based project, here some step to follow:
60-
This example is based on IGO2 project (https://github.com/infra-geo-ouverte/igo2.git)
59+
If you want to develop in IGO2 Library, it can be installed by:
6160

62-
1. Clone current repository using :`git clone https://github.com/infra-geo-ouverte/igo2-lib.git`
63-
2. Navigate to the cloned folder : `cd igo2-lib && git checkout next`
64-
3. Navigate to the sub project folder : `cd projects`
65-
4. Clone the sub project repository using : `git clone https://github.com/infra-geo-ouverte/igo2.git`
66-
5. `cd igo2 && git checkout next`
67-
6. Navigate to the root folder of igo2-lib
68-
7. Run `npm install` to install dependencies
69-
8. If it is your first run, you MUST run `npm run build -w @igo2/core` or `npm run prestart` to ensure to have all required assets (theme, locale, ...)
70-
9. Execute `npm run link.start -w igo` from IGO2 project OR run or you can run the VsCode config (`Launch IGO2 with link`)
71-
10. If you have some issues within VSCode, not recognizing the IGO2 project (or any subproject), open a file within the project (./project/igo2/.*) and press CTRL-Shift-P and activathe this command: Developper: Reload Window.
72-
73-
74-
If you strictly want to develop inside IGO2 Library, here some step to follow:
75-
76-
1. Clone current repository: using `git clone https://github.com/infra-geo-ouverte/igo2-lib.git`
61+
1. Clone current repository: using `git clone https://github.com/infra-geo-ouverte/igo2-lib.git`
7762
2. Navigate to the folder igo2-lib : `cd igo2-lib/`
7863
3. Install dependencies by running `npm install`
7964
3. Build librairies: `npm run build.libs`

0 commit comments

Comments
 (0)