http://www.perlmonks.org?node_id=1223905


in reply to Re^4: Using a git filter to Cache HTML Resources Locally
in thread Using a git filter to Cache HTML Resources Locally

This remarks reminds me of a caching proxy I had in use when internet connection time was metered in seconds. It might be possible to configure it to the same effect.

For shielding your "work in progress" from local resources (CSS/JS/...) that are WIP themselves, however, the git filter can do what the proxy definitely can't.
  • Comment on Re^5: Using a git filter to Cache HTML Resources Locally