You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
The psk as installed by polymer init's polymer-2-starter-kit option does not implement the enough of the 'P' in PRPL.
IMO, it would be better if the index.html only includes minimal static html/css to get the first screen up and running, and loads polymer/etc when that page has been displayed; and fades out the static html/css to be replaced with the my-app when it is upgraded.
At the moment, it does a fair bit of stuff that doesn't need to be done on the first page, eg: loads and runs webcomponents-loader.js, imports my-app.html and any of its imports, and runs their javascript too...
I suspect this sort of change has implications for other aspects of the PSK (eg polymer.json?).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The psk as installed by
polymer init
'spolymer-2-starter-kit
option does not implement the enough of the 'P' in PRPL.IMO, it would be better if the
index.html
only includes minimal static html/css to get the first screen up and running, and loads polymer/etc when that page has been displayed; and fades out the static html/css to be replaced with the my-app when it is upgraded.At the moment, it does a fair bit of stuff that doesn't need to be done on the first page, eg: loads and runs webcomponents-loader.js, imports my-app.html and any of its imports, and runs their javascript too...
I suspect this sort of change has implications for other aspects of the PSK (eg polymer.json?).
The text was updated successfully, but these errors were encountered: