-
I see that using a cdn is the preferred method to use shoelace (it is my preferred method as well). What is the approach in this case to find outdated versions and update to latest? This is really a generic question (due to my ignorance) about how packages in <script> tags are updated. Is it fully manual (find and update the version in the script tags), or is there some way to find outdated ones (like npm outdated) I prefer the cdn approach as my app is small and don't want to have a separate package installer for the web portions. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Perhaps you can do a search in your projects folder to find any URLs that reference When you're ready to upgrade, check out the changelog and update the version in the CDN URL. |
Beta Was this translation helpful? Give feedback.
-
Yeah, I suspected manual was the only was to go. Thanks! |
Beta Was this translation helpful? Give feedback.
Perhaps you can do a search in your projects folder to find any URLs that reference
@shoelace-style/shoelace
and check the version that follows.When you're ready to upgrade, check out the changelog and update the version in the CDN URL.