angulargulpangular-templatecache

Angular 6 template cache problem (for html files) on gulp build


We have template cache problem for html files and we would like to solve it without deleting the cache data(If we delete it, we see performance issue). Do you have any suggestions for it ?


Solution

  • Thanks for your answer, but our solution is little different. In our company, we use weblogic server and When we deploy the app, it creates all resources in specific folder and again and again(It holds previous ones). After deleting the unnecessary resources, the app start to work properly.