Info
Version: | 1.0.0 |
Author(s): | skttl |
Last Update: | Tuesday, August 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Umbraco.CachebusterForAngularViews |
Install
Install-Package Umbraco.CachebusterForAngularViews
dotnet add package Umbraco.CachebusterForAngularViews
paket add Umbraco.CachebusterForAngularViews
Umbraco.CachebusterForAngularViews Download (Unzip the "nupkg" after downloading)
Views loaded by Umbraco is cachebusted with a querystring parameter containing the current ClientDependencyFramework version, but views loaded by your own js doesn't get this parameter.
This is a script, that intercepts all requests for html-files, without the querystring parameter for the CDF version, and adds it to them automatically.
End the days of adding your own manul cachebusting methods, and say hello to automatic development bliss.