-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpolymer.json
30 lines (30 loc) · 988 Bytes
/
polymer.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
{
"entrypoint": "index.html",
"shell": "src/phanui-app.html",
"fragments": [
"src/article-detail.html",
"src/article-headline.html",
"src/lazy-resources.html"
],
"sources": [
"src/**/*",
"data/**/*",
"images/**/*",
"bower.json"
],
"extraDependencies": [
"manifest.json",
"bower_components/URL/url.js",
"bower_components/custom-elements/custom-elements.min.js",
"bower_components/es6-promise/dist/es6-promise.auto.min.js",
"bower_components/html-imports/**/*",
"bower_components/shadycss/shadycss.min.js",
"bower_components/shadydom/shadydom.min.js",
"bower_components/template/template.js",
"bower_components/webcomponents-platform/webcomponents-platform.js",
"bower_components/webcomponentsjs/src/post-polyfill.js",
"bower_components/webcomponentsjs/src/pre-polyfill.js",
"bower_components/webcomponentsjs/src/unresolved.js",
"bower_components/webcomponentsjs/webcomponents-lite.js"
]
}