At the moment environments are controlled by JavaScript tag that is deployed. i.e. dev, staging, and production environments have different tags and this determines what code is delivered.However, often we find ourselves wanting to test our development code against the 'live' environment (obviously...