forked from MrMaksimize/refugiospr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.json
More file actions
39 lines (39 loc) · 824 Bytes
/
polymer.json
File metadata and controls
39 lines (39 loc) · 824 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
34
35
36
37
38
39
{
"entrypoint": "index.html",
"shell": "src/fsd-app.html",
"fragments": [
"src/fsd-building-detail-view-card.html",
"src/fsd-hospital-detail-view-card.html",
"src/fsd-buildings.html",
"src/fsd-hospitals.html",
"src/fsd-detail.html",
"src/fsd-icons.html",
"src/fsd-about.html",
"src/fsd-404.html"
],
"sources": [
"src/**/*",
"images/**/*",
"bower.json"
],
"extraDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/webcomponents-lite.min.js",
"bower_components/font-awesome/fonts/**",
"bower_components/lodash/dist/lodash.min.js"
],
"lint": {
"rules": ["polymer-2-hybrid"]
},
"builds": [
{
"preset": "es5-bundled"
},
{
"preset": "es6-unbundled"
},
{
"preset": "es6-bundled"
}
]
}