Using wget to clone a hosted website locally, once it has been brought down, run HTML-Proofer to verify links, imgs, favicons, scripts, and optionally HTML markup. This is very handy to quickly check any production site for errors, it will only currently focus on a particular domain (if you need more I recommend using the underlying tool html-proofer.
- ruby
- wget ( brew install wget )
- Clone this repo
bundle install
URL="https://www.framebridge.com" bundle exec rake
- Parallelize download of site. ASAP