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

Compare EntryPointRoot against baseUrl instead of "~/Scripts" #56

Merged
merged 2 commits into from
Jul 11, 2015

Conversation

davidsk
Copy link
Contributor

@davidsk davidsk commented Jul 11, 2015

The DefaultEntryPointResolver skips determining the EntryPointRoot if the configured value matches the '/Scripts'. This works provided that the baseUrl is set to '/Scripts'. Comparing the EntryPointRoot against the actual baseUrl will allow for instances where the baseUrl does not equal '~/Scripts'.

Additional check requires that EntryPointRoot has a value. If EntryPointRoot is blank prior to being resolved, it is set equal to baseUrl.

CezarCretu added a commit that referenced this pull request Jul 11, 2015
Compare EntryPointRoot against baseUrl instead of "~/Scripts"
@CezarCretu CezarCretu merged commit 901ab36 into vtfuture:master Jul 11, 2015
@davidsk davidsk deleted the CompareEntryPointAgainstBaseUrl branch February 27, 2016 12:11
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.

2 participants