ClientDependency
ClientDependency copied to clipboard
ForcedProviders and duplicate js/css files...
We are using forced profiders to separate head (above fold render with small renderblocking) and footer (below the fold non blocking) css and js.
However, we're having to manage this quite intensively, as if the same files are included in both providers then it outputs duplicate includes??
Looking at groups I think that would give us that include only once (if already included in a higher priority group don't add) but then we can't separate the render location?
Any ideas welcomed?