-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui5.yaml
30 lines (30 loc) · 834 Bytes
/
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
specVersion: '1.0'
metadata:
name: ui5/template
type: application
resources:
configuration:
propertiesFileSourceEncoding: UTF-8
builder:
customTasks:
- name: webide-extension-task-updateNeoApp
afterTask: generateVersionInfo
configuration:
destDir: dist
appFolder: webapp
nameSpace: demo
- name: webide-extension-task-updateManifestJson
afterTask: webide-extension-task-updateNeoApp
configuration:
appFolder: webapp
destDir: dist
- name: webide-extension-task-lint
afterTask: webide-extension-task-updateManifestJson
configuration:
destDir: dist
appFolder: webapp
nameSpace: demo
- name: webide-extension-task-resources
afterTask: webide-extension-task-lint
configuration:
nameSpace: demo