mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
34 lines
581 B
JSON
34 lines
581 B
JSON
{
|
|
"entrypoint": "index.html",
|
|
"shell": "src/my-app.html",
|
|
"fragments": [
|
|
"src/my-view1.html",
|
|
"src/my-view2.html",
|
|
"src/my-view3.html",
|
|
"src/my-view404.html"
|
|
],
|
|
"sources": [
|
|
"images/**/*",
|
|
"src/**/*"
|
|
],
|
|
"extraDependencies": [
|
|
"bower_components/webcomponentsjs/*.js",
|
|
"!bower_components/webcomponentsjs/gulpfile.js",
|
|
"manifest.json"
|
|
],
|
|
"lint": {
|
|
"rules": ["polymer-2"]
|
|
},
|
|
"builds": [
|
|
{
|
|
"preset": "es5-bundled"
|
|
},
|
|
{
|
|
"preset": "es6-bundled"
|
|
},
|
|
{
|
|
"preset": "es6-unbundled"
|
|
}
|
|
]
|
|
}
|