File tree 4 files changed +2
-10
lines changed
4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 4
4
/examples /example-list.js
5
5
/package-lock.json
6
6
/compilation-stats.json
7
- /openlayers_src /
Original file line number Diff line number Diff line change 1
1
/.build
2
2
examples /example-list.js
3
- /openlayers_src
4
3
/* .tgz
5
4
/* .zip
Original file line number Diff line number Diff line change @@ -35,10 +35,7 @@ dist-examples: .build/dist-examples.timestamp
35
35
.PHONY : dist-apidoc
36
36
dist-apidoc : .build/jsdoc.timestamp
37
37
38
- openlayers_src :
39
- npm install --prefix openlayers_src https://api.github.com/repos/openlayers/openlayers/tarball/v5.3.0
40
-
41
- .build/jsdoc.timestamp : openlayers_src $(SRC_JS_FILES ) .build/node_modules.timestamp
38
+ .build/jsdoc.timestamp : $(SRC_JS_FILES ) .build/node_modules.timestamp
42
39
npm run doc
43
40
mkdir -p $(dir $@ )
44
41
touch $@
Original file line number Diff line number Diff line change 10
10
// "strict": true,
11
11
"baseUrl" : " ./" ,
12
12
"paths" : {
13
- // "ol/*": ["node_modules/ol/*"],
14
- // Temporary, run that to use it:
15
- // npm install --prefix openlayers_src https://api.github.com/repos/openlayers/openlayers/tarball/v5.3.0
16
- "ol/*" : [" openlayers_src/node_modules/ol/src/ol/*" ],
13
+ "ol/*" : [" node_modules/ol/*" ],
17
14
}
18
15
},
19
16
"include" : [
You can’t perform that action at this time.
0 commit comments