mg2connext / connext

6 stars 0 forks source link

Error during script load #13

Closed willist closed 7 years ago

willist commented 7 years ago

While trying to load https://mg2assetsdev.blob.core.windows.net/connext/test/1.0/Connext.min.js, I'm seeing the error:

Uncaught TypeError: Cannot read property '_' of undefined
    at Connext.min.js:11
    at Connext.min.js:11
mg2dael commented 7 years ago

It looks like this is caused when our code repo does the JS minification. It works fine before we minify, though. We're investigating what changed in the system that this is now happening (since it was fine before).

sframe commented 7 years ago

Looks like this is resolved? Can we double check everywhere this could be an issue?

mg2dael commented 7 years ago

We think it's fixed, but we're doing the double check. I'm hoping for final clearance today at which point we can close this.

sframe commented 7 years ago

Thanks @mg2dael :)

mg2dael commented 7 years ago

@sframe We can close this if you'd like. They switched what minifier they're using until we figure out why the our normal one is broken.

sframe commented 7 years ago

Closing as it appears that it is loading correctly again :)