-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtfxkl18.yaml
58 lines (47 loc) · 1.07 KB
/
tfxkl18.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
46
47
48
49
50
51
52
53
54
55
56
57
58
service: tfxkl18
api_version: 1
threadsafe: true
runtime: python27
handlers:
- url: /tfxkl18/bower_components
static_dir: build/tfxkl18/bower_components
secure: always
- url: /tfxkl18/data
static_dir: build/tfxkl18/data
secure: always
- url: /tfxkl18/images
static_dir: build/tfxkl18/images
secure: always
- url: /tfxkl18/src
static_dir: build/tfxkl18/src
secure: always
- url: /tfxkl18/service-worker.js
static_files: build/tfxkl18/service-worker.js
upload: build/tfxkl18/service-worker.js
expiration: "1s"
secure: always
- url: /tfxkl18/manifest.json
static_files: build/tfxkl18/manifest.json
upload: build/tfxkl18/manifest.json
secure: always
- url: /tfxkl18/.*
static_files: build/tfxkl18/index.html
upload: build/tfxkl18/index.html
secure: always
- url: /tfxkl18.*
script: main.app
secure: always
- url: /tfxkl.*
script: main.app
secure: always
- url: /
static_files: build/tfxkl18/index.html
upload: build/tfxkl18/index.html
secure: always
skip_files:
- bower_components
- src
- data
- images
- functions
- .idea