Initial commit

This commit is contained in:
2017-12-22 16:13:54 +01:00
commit 59b24a92a1
2019 changed files with 97208 additions and 0 deletions

32
polymer.json Normal file
View File

@@ -0,0 +1,32 @@
{
"entrypoint": "index.html",
"shell": "src/my-app.html",
"fragments": [
"src/status-view.html",
"src/colors-view.html",
"src/schedule-view.html",
"src/view404-view.html"
],
"sources": [
"src/**/*",
"images/**/*"
],
"extraDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/*.js"
],
"lint": {
"rules": ["polymer-2"]
},
"builds": [
{
"preset": "es5-bundled"
},
{
"preset": "es6-bundled"
},
{
"preset": "es6-unbundled"
}
]
}