forked from gdg-x/hoverboard
-
Notifications
You must be signed in to change notification settings - Fork 11
/
polymer.json
33 lines (33 loc) · 908 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
31
32
33
{
"entrypoint": "index.html",
"shell": "src/hoverboard-app.html",
"fragments": [
"src/pages/blog-list.html",
"src/pages/blog-page.html",
"src/pages/cod-page.html",
"src/pages/post-page.html",
"src/pages/schedule-page.html",
"src/pages/speakers-page.html",
"src/pages/team-page.html",
"src/pages/hub-page.html",
"src/pages/quest-page.html",
"src/pages/gdd-page.html",
"src/pages/faq-page.html",
"src/pages/quest-page.html",
"src/pages/contest-page.html"
],
"sources": [
"data/**/*",
"images/**/*",
"scripts/**/*",
"src/**/*",
"bower.json",
"manifest.json"
],
"extraDependencies": [
"assets/**/*",
"bower_components/webcomponentsjs/*.js",
"bower_components/app-storage/app-indexeddb-mirror/app-indexeddb-mirror-worker.js",
"bower_components/app-storage/app-indexeddb-mirror/common-worker-scope.js"
]
}