Hi, We have an application in angular. We deploy a release of that application every week but due to cache, the clients are facing difficulties as some of the files are not refreshed with every new release. Now, as there are many options such as make a build using "ng build --prod" but as far as we have discussed, we want to make a different version of our build folder(dist folder) for every new build or wrap dist folder in a unique version folder. Is there any way to do so?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)