-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpolymer.json
More file actions
41 lines (41 loc) · 813 Bytes
/
polymer.json
File metadata and controls
41 lines (41 loc) · 813 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
40
41
{
"entrypoint": "index.html",
"shell": "src/nxt-app.html",
"fragments": [
"src/pages/home-page.html",
"src/pages/hotel-result-page.html",
"src/pages/hotel-details-page.html",
"src/pages/checkout-page.html",
"src/pages/confirmation-page.html",
"src/pages/view404-page.html"
],
"sources": [
"src/**/*",
"images/**/*",
"bower.json"
],
"extraDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/*.js",
"bower_components/**/*.svg"
],
"lint": {
"rules": ["polymer-2-hybrid"]
},
"builds": [
{
"preset": "es5-bundled",
"bundle": false,
"js": {
"minify": false,
"compile": true
},
"css": {
"minify": false
},
"html": {
"minify": false
}
}
]
}