-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play nicely with browserify #282
Comments
Find the code here. https://gist.github.com/EvanCarroll/073ff45151a397dabb57 |
I started playing with the code in the gist and was able to make it fail at different places in the object passed to I also re-checked our test suite in Chrome 39 and there was no failures so there is something specific to the browserfiy environment that is causing the error. I'm still looking into what is causing this |
The problem seems to be with how browserify treats globals. All of The result is that Even after I fix that, we break farther down in the file, because our wrapper around Sizzle is expecting to find it at |
I'm getting
at this block
with Chrome 39. This problem does not exist in 1.7.
The text was updated successfully, but these errors were encountered: