I am trying to get an exact replica of one page. I use:
wget -E -H -k -K -p http://example.com
Everything works well except:
- If in my style there is an import of another CSS file it does not get downloaded.
- If JavaScript places the images anywhere then they are not downloaded (put a class on an anchor tag and then in my script.js file have jQuery put an image there.
Any ideas how to get either of those to work?