-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpolymer.json
More file actions
30 lines (30 loc) · 822 Bytes
/
polymer.json
File metadata and controls
30 lines (30 loc) · 822 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
{
"entrypoint": "index.html",
"shell": "demo/index.html",
"sources": [
"demo/**/*",
"*.html",
"*.js",
"favicon.ico",
"bower.json",
"bower_components/px-demo/monogram-wdmk.png",
"bower_components/px-demo/*.html",
"bower_components/px-dark-theme/*.html",
"bower_components/px-dark-demo-theme/*.html",
"bower_components/px-typography-design/type/*",
"bower_components/px-code-editor/ace/theme-predix.js",
"bower_components/px-code-editor/ace/mode-javascript.js",
"bower_components/px-code-editor/load-*.js",
"bower_components/js-beautify/js/lib/*.js"
],
"builds": [
{
"name": "unbundled",
"preset": "es5-bundled",
"js": {"minify":false},
"html": {"minify":false},
"bundle": false,
"addServiceWorker": false
}
]
}