-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpolymer.json
37 lines (37 loc) · 1.09 KB
/
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
31
32
33
34
35
36
37
{
"entrypoint": "index.html",
"shell": "src/feguild2019-workshop-app.html",
"fragments": [
"src/feguild2019-workshop-dashboard.html",
"src/feguild2019-workshop-codelabs.html",
"src/labs/about/about.html",
"src/labs/app-manifest/app-manifest.html",
"src/labs/beyond-pwas/beyond-pwas.html",
"src/labs/fetch-api/fetch-api.html",
"src/labs/indexed-db/indexed-db.html",
"src/labs/promises/promises.html",
"src/labs/service-workers/service-workers.html",
"src/labs/service-workers-advanced/service-workers-advanced.html",
"src/labs/workbox/workbox.html",
"src/labs/web-push/web-push.html"
],
"sources": [
"src/**/*",
"data/**/*",
"images/**/*"
],
"extraDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/*.js"
],
"lint": {
"rules": ["polymer-1"]
},
"builds": [
{
"preset": "es5-bundled",
"basePath": "/fe-guild-2019-pwa-code-labs/",
"addServiceWorker": true
}
]
}