[Bug report] Projucer login fail on Win7 (Internet Explorer 8)

After 4 months still not resolved. Now it’s not only Google Analytics that fails, there are 3 new problems now.

One might be resolved by merging this two objects as it seems IE8 can’t handle such basic operation itself (it throws for the window.__ENV__.DEFAULT_LOCALE line - window.__ENV__.DEFAULT_LOCALE is null or not an object):

  window.__ENV__ = {"ROLI_API_URL":"https://api.roli.com","MY_RO....
  ...
  ...
<script>
  window.__ENV__.DEFAULT_LOCALE = "en-US";
  window.__ENV__.ROLI_COM_URL = "https://roli.com";
  window.__ENV__.SUPPORT_SITE_URL = "https://support.roli.com";
  window.__ENV__.CONTENTFUL_API_MODE = "production";
  window.__ENV__.CONTENTFUL_JSON_PROXY = "content.roli.com";
  window.__ENV__.NODE_ENV = "production";
</script>

But then there is a problem in shared-header-footer.min.js (minified, hard to debug - error: Identifier expected on line 1 char 575) and app.min.js (minified, error: Exception thrown but not catched on line 1 char 7521).

Maybe if you could hide the login window when running projucer on Win7? Or add a checkbox to the login window Don't show this window anymore? Or you could create simple login API and use OAUTH or something similar to login. That would be error prone as you’d not rely on web at all.

(Tested on current master Projucer)