File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,18 @@ For this exercise you have to switch to branch `reuse-start` of the Git reposito
54
54
- Execute _Build CDS_ on the project
55
55
<p align="center"><img width="640" src="res/9.png" alt="Build cds"> </p>
56
56
57
- - Find `node_modules/spaceflight-model` and see the model files
57
+ - Expand `node_modules` folder and see that we got a folder `spaceflight-model` with the imported model files:
58
58
<p align="center"><img width="320" src="res/10.png" alt="Browse node_modules"> </p>
59
59
60
+ > All files below `node_modules` are overwritten by the CDS build and not meant to be modified.
61
+
60
62
2.4 . Remove redundant model code
61
63
64
+ - Collapse `node_modules` folder again to avoid mixing files up with the genuine source files in the application.
65
+
62
66
- Delete files `common.cds`, `flight-model.cds`, and `space-model.cds`. These files are now used from the reuse model.
63
67
<p align="center"><img width="480" src="res/7.png" alt="Delete files"> </p>
64
68
65
-
66
69
- Remove the first two lines of `index.cds`. Comment in the last line.
67
70
<p align="center"><img width="860" src="res/6.png" alt="index.cds"> </p>
68
71
You can’t perform that action at this time.
0 commit comments