-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.json
More file actions
37 lines (37 loc) · 810 Bytes
/
polymer.json
File metadata and controls
37 lines (37 loc) · 810 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
{
"entrypoint": "index.html",
"shell": "src/app.html",
"fragments": [
"src/views/home.html",
"src/views/articles.html",
"src/views/faqs.html",
"src/views/view404.html",
"src/views/videos.html"
],
"sources": [
"src/**/*",
"assets/**/*",
"images/**/*",
"data/**/*"
],
"extraDependencies": [
"lib/lodash/lodash.js",
"node_modules/redux/dist/redux.js",
"node_modules/redux-thunk/dist/redux-thunk.js",
"lib/webcomponentsjs/*.js",
"!lib/webcomponentsjs/gulpfile.js",
"manifest.json"
],
"lint": {
"rules": ["polymer-2"],
"ignoreWarnings": [
"multiple-doc-comments",
"unknown-polymer-behavior",
"overriding-private"
]
},
"builds": [
{ "preset": "es5-bundled" },
{ "preset": "es6-unbundled" }
]
}