-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui5.yaml
45 lines (45 loc) · 1.12 KB
/
ui5.yaml
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
specVersion: '2.2'
metadata:
name: ui5-typescript-sample
type: application
framework:
name: SAPUI5
version: "1.76.0"
libraries:
- name: sap.m
- name: sap.ui.comp
- name: sap.ui.core
- name: sap.ui.layout
- name: sap.ui.unified
- name: sap.viz
- name: themelib_sap_fiori_3
server:
customMiddleware:
- name: ui5-middleware-livereload
afterMiddleware: compression
configuration:
debug: true
extraExts: "xml,json,properties"
port: 35729
path: "dist"
- name: ui5-middleware-simpleproxy
afterMiddleware: compression
mountPath: /V2/Northwind/Northwind.svc
configuration:
baseUri: "https://services.odata.org/V2/Northwind/Northwind.svc"
strictSSL: false
builder:
customTasks:
- name: ui5-task-nwabap-deployer
afterTask: generateVersionInfo
configuration:
resources:
pattern: "**/*.*"
connection:
server: your_server
ui5:
language: DE
package: $TMP
bspContainer: ZTS_DEMO
bspContainerText: TS Demo
calculateApplicationIndex: true