-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.json
More file actions
44 lines (44 loc) · 1.01 KB
/
polymer.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
42
43
44
{
"entrypoint": "public/index.html",
"shell": "public/elements/te-app.js",
"fragments": [
"public/elements/te-devices.js",
"public/elements/te-admin.js",
"public/elements/te-login.js",
"public/elements/te-about.js"
],
"sources": [
"src/**/*",
"public/images/**/*",
"public/scripts/**/*",
"public/styles/**/*",
"public/docs/**/*",
"index.php",
"public/manifest.json",
"public/*.js",
"app.yml",
"php.ini",
"composer.json",
"composer.lock"
],
"extraDependencies": [
"node_modules/@webcomponents/webcomponentsjs/*.js",
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js",
"node_modules/@webcomponents/webcomponentsjs/bundles/*.js"
],
"builds": [{
"js": {"minify": true, "compile": true},
"css": {"minify": true},
"html": {"minify": true},
"bundle": true,
"addServiceWorker": true,
"addPushManifest": false
}],
"moduleResolution": "node",
"npm": true,
"lint": {
"rules": [
"polymer-3"
]
}
}