-
Notifications
You must be signed in to change notification settings - Fork 1
/
polymer.json
39 lines (39 loc) · 1.03 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
38
39
{
"entrypoint": "index.html",
"shell": "src/px-sample-app.html",
"fragments": [
"src/px-sample-dashboard.html"
],
"sources": [
"src/**/*",
"bower.json"
],
"extraDependencies": [
"bower_components/webcomponentsjs/webcomponents-lite.min.js",
"bower_components/px-theme/px-theme-styles.html",
"bower_components/px-dark-theme/px-dark-theme-styles.html",
"bower_components/px-dark-demo-theme/px-dark-demo-theme-styles.html",
"bower_components/px-demo/px-demo-theme-switcher.html",
"bower_components/px-demo/px-demo-theme-util.html",
"bower_components/px-vis/px-vis-worker.js",
"bower_components/px-vis/px-vis-worker-scale.js",
"data/solar_permits.json",
"favicon.ico"
],
"lint": {
"rules": [
"polymer-2-hybrid"
]
},
"builds": [
{
"preset": "es6-unbundled",
"name": "default",
"js": {"minify": false},
"css": {"minify": false},
"html": {"minify": false},
"browserCapabilities": ["es2015"],
"addPushManifest": false
}
]
}