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

Fix location of istanbul assets for builtin server #25

Closed
wants to merge 1 commit into from

Conversation

ecgtheow
Copy link

The live coverage report was missing the istanbul CSS and .js files, as istanbul is telling it the wrong location to find them. Even if istanbul fixes the location, we still need to look in a subdirectory as well.

This patch takes the reported assetsDir, and locates the assets relative to it.

@RoCat
Copy link

RoCat commented Oct 27, 2015

seems same than :
#23
+
gotwarlost/istanbul#467

@ecgtheow
Copy link
Author

Yes, with the change to istanbul itself, then the other PR is a nicer fix. My version works around the istanbul part of the bug.

@gotwarlost
Copy link
Owner

Closing since the other PR fixes the issue.

@gotwarlost gotwarlost closed this Nov 26, 2015
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

Successfully merging this pull request may close these issues.

None yet

4 participants