Hello,
I would like to add a cache buster to ALL partials htmls and javascript/css file imports. Is there a way to append something like .html?cach-bust=versionNumber to /app.js?cach-bust=versionNumber to all calls.
What i dont want to do is copy and paste that onto every partial template call or file import. Is there a way to do this globally in Angular? Or is there a better way to do this? My issue is i test locally, and everything works great. Then i upload the application to google app engine, and have to wait 10 minutes to test new code. Even if i clear chromes cache.
Thanks for any help!