I'm using IIS and it will handle cache busting for me. As long as I serve my scripts as files (i.e. no magic) IIS will send along an ETag. This is respected by modern browsers and acts as a cache buster.
On Tuesday, September 30, 2014 2:32:11 PM UTC+2, Rajaram wrote: > > I am developing AngularJS application. > I applied cache busting for HTML views by appending a "random" value to > the URL query string. > How can implement cache busting for Script files and CSS? > Please let me the best practice for cache busting in AngularJS application. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
