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
I really like working with the polymer cli with Lit-Element, and now I need to deploy my application and looking for a easy way to change my local url like ./src/main.js to be placed on a cdn and therefore the entrypoint in the html also needs to point to the CDN.
Is there a workflow on how to do that? The easy solution is just to have to entrypoints, but then you can accidentally have the two entrypoints be very different and you have to manually cp in the production entrypoint.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
I really like working with the
polymer
cli with Lit-Element, and now I need to deploy my application and looking for a easy way to change my local url like./src/main.js
to be placed on a cdn and therefore the entrypoint in the html also needs to point to the CDN.Is there a workflow on how to do that? The easy solution is just to have to entrypoints, but then you can accidentally have the two entrypoints be very different and you have to manually
cp
in the production entrypoint.The text was updated successfully, but these errors were encountered: