A script that allows you to proxy a remote server and inject css stylesheets and js scripts into the remote server response. The tool supports live reload, but you must have browser extensions installed and configured. For details visit http://help.livereload.com/kb/general-use/browser-extensions.
Note that this tool is a work in progress!
$ node server.js
-u,--target-urlSpecify url to proxy. Default currently set to http://jquery.com/ for example purposes-d,--target-dirSpecify directory containing files to inject. Default currently set to './test' for example purposes-p,--portSpecify port for proxy server to listen on. Default is 8000.