-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathionic.project
More file actions
45 lines (45 loc) · 854 Bytes
/
ionic.project
File metadata and controls
45 lines (45 loc) · 854 Bytes
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
{
"name": "mindmeteo",
"app_id": "1167016d",
"proxies": [
{
"path": "/csrfToken",
"proxyUrl": "http://localhost:1337/csrfToken"
},
{
"path": "/session",
"proxyUrl": "http://localhost:1337/session"
},
{
"path": "/statement",
"proxyUrl": "http://localhost:1337/statement"
},
{
"path": "/mind/climate",
"proxyUrl": "http://localhost:1337/mind/climate"
},
{
"path": "/sensor",
"proxyUrl": "http://localhost:1337/sensor"
},
{
"path": "/record",
"proxyUrl": "http://localhost:1337/record"
}
],
"gulpStartupTasks": [
"sass",
"watch"
],
"watchPatterns": [
"www/**/*",
"!www/lib/**/*"
],
"browsers": [
{
"platform": "android",
"browser": "crosswalk",
"version": "12.41.296.5"
}
]
}