Ionic App Bundled Files Cache Busting

So when using ionic app, cache busting is essential to make sure your users are always running the latest version. The best way to do this is by appending a hash to filenames in the build phase. This will make sure that any changed files will be instantly re-fetched by the browser, but it can safely cache everything that hasn’t changed.

Read More »