forked from webcomponents/webcomponents.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.json
More file actions
33 lines (33 loc) · 892 Bytes
/
Copy pathpolymer.json
File metadata and controls
33 lines (33 loc) · 892 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
{
"entrypoint": "index.html",
"shell": "src/catalog-app.html",
"fragments": [
"src/catalog-author.html",
"src/catalog-community.html",
"src/catalog-collection.html",
"src/catalog-element.html",
"src/catalog-error.html",
"src/catalog-preview-integration.html",
"src/catalog-preview.html",
"src/catalog-search.html",
"src/catalog-publish.html",
"src/catalog-publish-collection.html",
"src/catalog-static.html",
"src/catalog-home.html",
"src/code-editor.html",
"src/lazy-resources.html",
"src/re-captcha.html"
],
"extraDependencies": [
"assets/**/*",
"service-worker-runtime.js",
"manifest.json",
"opensearch.xml",
"bower_components/webcomponentsjs/webcomponents-lite.min.js",
"third_party/octicons/sprite.octicons.svg",
"client.yaml",
"client.py",
"robots.txt",
"bot-filter.py"
]
}