Skip to content
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

xray breaks Jasmine tests if jasmine-jquery is included #18

Closed
mackuba opened this issue May 15, 2013 · 0 comments
Closed

xray breaks Jasmine tests if jasmine-jquery is included #18

mackuba opened this issue May 15, 2013 · 0 comments

Comments

@mackuba
Copy link

mackuba commented May 15, 2013

There's a part of code that tries to find jQuery asset on the list and insert xray right after it. Unfortunately, it also matches jasmine-jquery, which happens to be included before jquery itself in my case, so xray loads before jQuery and some things don't work as they should.

I think the regexp should be updated so that it only matches assets that actually start with the asset name after a quote or slash.

@brentd brentd closed this as completed in 9f09ea5 Jun 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant