[polymer-dev] how to install polymer in google cloud

2018-05-15 Thread ts
The right answer to your q Have a look at Firebase and App Engine for easy onboarding. Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receivi

[polymer-dev] how to install polymer in google cloud

2018-05-15 Thread ts
The answer to your question depends on use case, but generally Firebase and App Engine are two services that make onboarding fairly easy. Polymer builds don't require any specialized hosting. You can use the two mentioned, Compute Engine instances, or GKE containers. Follow Polymer on Google+:

[polymer-dev] Polymer 3 - Error paper-input

2018-05-17 Thread ts
You'll need to add both relative folder name and the filename in the path: import "@polymer/paper-some-element/paper-some-element.js"; Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group.

[polymer-dev] Why is paper-checkbox so absolutely LOUSY on touch devices?

2018-05-19 Thread ts
Paper Elements are being replaced by Material Design Components Web for Polymer 3, so you might want to look into that as an alternative. Since MD team is taking over those components, the experience should meet their standards. Follow Polymer on Google+: plus.google.com/107187849809354688692 --

[polymer-dev] Re: Why is paper-checkbox so absolutely LOUSY on touch devices?

2018-05-20 Thread ts
I think that happened as a result of the older project being merged into the MD repo so they'd have a base to work up the new P3 LitElement compatible components, but I'm not sure about that. Also, there was a period where I think the updating of MD generally was getting further and further ahe