-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolymer.json
40 lines (40 loc) · 1002 Bytes
/
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
40
{
"entrypoint": "index.html",
"shell": "src/questlists-app.html",
"fragments": [
"src/questlist-card.html",
"src/questlist-edit.html",
"src/questlists-about.html",
"src/questlists-auth.html",
"src/questlists-browser.html",
"src/questlists-changes.html",
"src/questlists-favorites.html",
"src/questlists-dashboard.html",
"src/questlists-navigation.html",
"src/questlists-page-behavior.html",
"src/questlists-popup.html",
"src/questlists-settings.html",
"src/questlists-user-menu.html",
"src/questlists-user.html",
"src/questlists-users.html",
"src/shared-styles.html",
"src/questlists-view404.html"
],
"sources": [
"src/**/*",
"images/**/*",
"bower.json"
],
"extraDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/*.js"
],
"builds": [
{"preset": "es5-bundled"},
{"preset": "es6-bundled"},
{"preset": "es6-unbundled"}
],
"lint": {
"rules": ["polymer-2"]
}
}