add demo build polymer.json

This commit is contained in:
Steven Orvell 2018-05-02 11:23:40 -07:00
parent 4ab8708891
commit adea2242e5
2 changed files with 30 additions and 0 deletions

0
build-entrypoint.html Normal file
View File

30
polymer.json Normal file
View File

@ -0,0 +1,30 @@
{
"entrypoint": "build-entrypoint.html",
"fragments": [
"demos/index.html",
"demos/button.html",
"demos/card.html",
"demos/checkbox.html",
"demos/chips.html",
"demos/dialog.html",
"demos/fab.html",
"demos/formfield.html",
"demos/icon-toggle.html",
"demos/icon.html",
"demos/linear-progress.html",
"demos/menu.html",
"demos/radio.html",
"demos/ripple.html",
"demos/select.html",
"demos/slider.html",
"demos/snackbar.html",
"demos/switch.html",
"demos/tabs.html",
"demos/textfield.html"
],
"builds": [
{ "preset": "es5-unbundled" }
],
"moduleResolution": "node",
"npm": true
}