forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ts-packages
52 lines (52 loc) · 1.55 KB
/
.ts-packages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
packages:
- dir: prow/spyglass/lenses/restcoverage
entrypoint: restcoverage.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/podinfo
entrypoint: podinfo.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/metadata
entrypoint: metadata.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/links
entrypoint: links.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/junit
entrypoint: lens.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/html
entrypoint: html.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/coverage
entrypoint: coverage.ts
dst: script_bundle.min.js
- dir: prow/spyglass/lenses/buildlog
entrypoint: buildlog.ts
dst: script_bundle.min.js
- dir: prow/cmd/deck/static/spyglass
entrypoint: spyglass.ts
dst: ../spyglass_bundle.min.js
- dir: prow/cmd/deck/static/spyglass
entrypoint: lens.ts
dst: ../spyglass_lens_bundle.min.js
- dir: prow/cmd/deck/static/command-help
entrypoint: command-help.ts
dst: ../command_help_bundle.min.js
- dir: prow/cmd/deck/static/tide-history
entrypoint: tide-history.ts
dst: ../tide_history_bundle.min.js
- dir: prow/cmd/deck/static/tide
entrypoint: tide.ts
dst: ../tide_bundle.min.js
- dir: prow/cmd/deck/static/pr
entrypoint: pr.ts
dst: ../pr_bundle.min.js
- dir: prow/cmd/deck/static/plugin-help
entrypoint: plugin-help.ts
dst: ../plugin_help_bundle.min.js
- dir: prow/cmd/deck/static/prow
entrypoint: prow.ts
dst: ../prow_bundle.min.js
- dir: prow/cmd/deck/static/job-history
entrypoint: job-history.ts
dst: ../job_history_bundle.min.js