0

Are there any known procedures to achieve this. Application is being automatically build by Jenkins. Only possible way I could remember is changing file names but this is not preferable option.

Jacob
  • 3,580
  • 22
  • 82
  • 146

1 Answers1

0

I would probably go for cache manifest file. Ext 5 production build already contains some basic setup, however, you would need to adjust it to your needs.

Rule of thumb: If the manifest file changes, the app is refreshed.

For more info see A Beginner's Guide to Using the Application Cache or google for "cache manifest".

Saki
  • 5,827
  • 2
  • 15
  • 15