forked from savelee/sencha-theming-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
41 lines (38 loc) · 1.01 KB
/
workspace.json
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
{
/**
* An array of the paths to all the applications present in this workspace
*/
"apps": [
"demo1",
"pivot",
"fashion",
"webstorm",
"pivots",
"touchdinmu",
"extplaystation",
"playstation",
"test",
"demo2",
"extthemingapp"
],
/**
* This is the folder for build outputs in the workspace.
*/
"build": {
"dir": "${workspace.dir}/build"
},
/**
* These configs determine where packages are generated and extracted to (when downloaded).
*/
"packages": {
/**
* This folder contains all local packages.
* If a comma-separated string is used as value the first path will be used as the path to generate new packages.
*/
"dir": "${workspace.dir}/packages/local,${workspace.dir}/packages",
/**
* This folder contains all extracted (remote) packages.
*/
"extract": "${workspace.dir}/packages/remote"
}
}