This repository was archived by the owner on Mar 26, 2018. It is now read-only.
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
dependent files rev names and cache #85
Open
Description
Lets say I have 2 html files:
a.html
b.html
a.html is pointing to b.html in his markup (ng-inlcude for example). Now, i have made changes in file b.html but not in a.html -> a.html will have the same revved file name, but b.html will have a different name -> if a.html that points to the old revved name of b.html is cached in the client he will get a broken link.
How I can solve this issue? Am i doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels