forked from notwaldorf/mojibrag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.json
More file actions
26 lines (26 loc) Β· 702 Bytes
/
polymer.json
File metadata and controls
26 lines (26 loc) Β· 702 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
{
"entrypoint": "index.html",
"shell": "src/my-app.html",
"fragments": [
"src/my-app.html",
"src/moji-feed.html",
"src/new-post.html",
"src/new-channel.html",
"src/channel-item.html",
"src/view-posts.html",
"src/firebase-helper.html"
],
"sourceGlobs": [
"src/**/*",
"images/**/*",
"bower.json"
],
"includeDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/webcomponents-lite.min.js",
"bower_components/emojilib/emojis.json",
"bower_components/app-storage/app-indexeddb-mirror/app-indexeddb-mirror-worker.js",
"bower_components/app-storage/app-indexeddb-mirror/common-worker-scope.js",
"src/locales.json"
]
}