forked from webcomponents/webcomponents.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient.yaml
More file actions
69 lines (68 loc) · 1.73 KB
/
Copy pathclient.yaml
File metadata and controls
69 lines (68 loc) · 1.73 KB
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
59
60
61
62
63
64
65
66
67
68
69
service: default
runtime: python27
api_version: 1
threadsafe: true
libraries:
- name: ssl
version: latest
handlers:
- url: /src
static_dir: src
secure: always
- url: /manifest.json
upload: manifest.json
static_files: manifest.json
- url: /opensearch.xml
upload: opensearch.xml
static_files: opensearch.xml
- url: /assets
static_dir: assets
secure: always
- url: /favicon.ico
upload: assets/favicon.ico
static_files: assets/favicon.ico
secure: always
- url: /service-worker-runtime.js
upload: service-worker-runtime.js
static_files: service-worker-runtime.js
secure: always
- url: /service-worker.js
upload: service-worker.js
static_files: service-worker.js
secure: always
- url: /robots.txt
upload: robots.txt
static_files: robots.txt
secure: always
- url: /bower_components
static_dir: bower_components
secure: always
- url: /node_modules
static_dir: node_modules
secure: always
- url: /sprite.octicons.svg
static_files: third_party/octicons/sprite.octicons.svg
upload: third_party/octicons/sprite.octicons.svg
secure: always
# Must be kept in sync with sw-precache-config.js
- url: /
script: bot-filter.app
secure: always
- url: /index.html?
upload: index.html
static_files: index.html
secure: always
application_readable: true
- url: /(elements?|author|collections?)(/.*)?
script: bot-filter.app
secure: always
- url: /(about|introduction|community|assets|polyfills|resources|libraries|specs|launch-announcement)(/.*)?
script: bot-filter.app
secure: always
- url: /(search|preview|preview-integration|publish|publish-collection)(/.*)?
script: bot-filter.app
secure: always
# Legacy pathing redirects
- url: /(articles|podcasts|presentations)(.*)
script: client.app
secure: always