Abdón Rodríguez
Abdón Rodríguez
@rictic It doesn't work. The same error. 😕
@rictic seeing the official `polymer-element.html`... My example works with `@polymerElement` and `@memberof Polymer`: ```html (function() { 'use strict'; /** * @polymerElement * @memberof Polymer */ class Section extends Polymer.Element {...
@rictic thanks! 😄
Polymer Starter Kit v3.2.0 hosted in Firebase. Preset: `es5-bundled`. The performance section is not very good. 😕 > **Lighthouse Report** > > Results for: https://psk-demo-6e320.firebaseapp.com > Report: https://builder-dot-lighthouse-ci.appspot.com/report.1507893961779.html > >...
Oops! I don't understand what happened. Updated Polymer Starter Kit v3.2.0 hosted in Firebase. Preset: `es5-bundled`. https://github.com/PolymerElements/polymer-starter-kit/compare/v3.2.0...firebase-deploy > **Lighthouse Report** > > Results for: https://psk-demo-6e320.firebaseapp.com > Report: https://builder-dot-lighthouse-ci.appspot.com/report.1507914790239.html > >...
We can improve the best practices with `Polymer.setPassiveTouchGestures(true)`, right? Reference: https://github.com/Polymer/polymer/releases/tag/v2.1.0
@robdodson & @keanulee: we only need to add this, right? ```javascript Polymer.setPassiveTouchGestures(true); ``` And the right place should be in the `index.html`, after line 75, right? https://github.com/PolymerElements/polymer-starter-kit/blob/cd15ff7c4d564dab17aeeea68f7cc4c5fae04e83/index.html#L74-L78 Or in the...
Now, with the last PR merged, we have better results: https://github.com/PolymerElements/polymer-starter-kit/pull/1075#issue-266963265. 👏 *** @robdodson @keanulee and I guess we could improve the [performance section](https://builder-dot-lighthouse-ci.appspot.com/report.1508442363680.html#performance) a bit more, what do you...
I like the idea! Some reference links to help: - https://www.youtube.com/watch?v=NoRYn6gOtVo - https://github.com/ebidel/lighthouse-ci
It would be really nice to have another starter kit with a multiple components setup.