Reroute Your Production Static JavaScript To Debug DeMinified

We deploy our javascript code minified and obfuscated to most of our environments.  Only at the localhost level does anyone really see the full form of the code.  Sometimes this creates difficult debug scenarios; environments vary from localhost, to dev, to test, to production.  Fortunately there is a very easy was to reroute the javascript requests on […]