svampefett
04/12/2024, 12:13 PMhuwred
04/12/2024, 12:14 PMsvampefett
04/12/2024, 12:15 PMsvampefett
04/12/2024, 12:15 PMsvampefett
04/12/2024, 12:16 PMhuwred
04/12/2024, 12:17 PMhuwred
04/12/2024, 12:18 PMsvampefett
04/12/2024, 12:27 PMsvampefett
04/12/2024, 12:28 PMAnders Bjerner
04/12/2024, 12:32 PM/App_Plugins/CustomWelcomeDashboard/WelcomeDashboard.html
in your browser.Anders Bjerner
04/12/2024, 12:33 PMAnders Bjerner
04/12/2024, 12:36 PMAnders Bjerner
04/12/2024, 12:39 PMpackage.manifest
file, you can add something like ?v=1
to the URL, and then increment the number when you make changes. This is unfortunately a manual step, but it will also ensure that client's browsers will see it as a new file.
If you declare the dashboard in C# instead, you can handle this dynamically. E.g. as I'm doing for Skybrud redirects here:
https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v13/main/src/Skybrud.Umbraco.Redirects/Dashboards/RedirectsDashboard.cs#L16
It then calculates a cache buster value based on the Umbraco version and the package version, among other things.