btcpayserver/BTCPayServer/Views/Apps
Dennis Reimann 8420c74b31
Improve static asset caching
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/))

Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
2020-04-18 17:56:05 +02:00
..
_ViewImports.cshtml Add Point of Sale feature to BTCPay 2018-04-03 16:58:47 +09:00
_ViewStart.cshtml Add Point of Sale feature to BTCPay 2018-04-03 16:58:47 +09:00
CreateApp.cshtml Unify section headings 2019-11-14 18:42:48 +01:00
ListApps.cshtml Providing link to view app in new window 2020-01-23 19:51:57 -06:00
UpdateCrowdfund.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
UpdatePointOfSale.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00