OK, not quite sure I follow. There is only one Javascript file (I use Typescript and compile it into one JS file). I know about Cache Busting (by putting a random number at the end of a JS file [something like myfile.js?cache=1234]) Would something like that work? Then I could just use a version number and increment it each time.
On Sunday, 27 December 2015 18:49:39 UTC, GoGeek wrote: > > So I assume you are concerned about the cached js on their browsers being > out of sync with with your server following your upgrade? In that case you > might want to rename all of your js files or move them to a subdirectory to > force all of the js to reload. > > On Sunday, December 27, 2015 at 9:16:08 AM UTC-7, Anthoni Gardner wrote: >> >> Hello, >> >> I have developed a large S.P.A in Angular 1 >> Everything is working perfectly. >> >> However when I come to release it there will be several thousand people >> using and as it progress I will need to add things in. >> >> I need to upgrade the application to a new version, but if people are >> using it, it will mess them up. So I need to prevent this. >> So my question is. What is the best / suggested method of updating an >> S.P.A. without any detriment to the users ? >> >> Regards >> Anthoni >> > -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
