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 for "Unable to load bundles" while running using IIS Express #422

Merged
merged 2 commits into from
Apr 15, 2019
Merged

Conversation

josejamesp
Copy link
Contributor

This changes fixes the error described in issue 418. Added a new constructor with IHostingEnvironment parameter which helps to resolve the path for bundleconfig.json
#418

With the new constructor, bundle provider can access root path for the application. This will help resolve path for bundleconfig.json
The new constructor will ensure that the path resolved for bundleconfig.json is not based on working directory but based on hostingEnvironment.ContentRootPath
@madskristensen madskristensen merged commit bc7f41f into madskristensen:master Apr 15, 2019
@madskristensen
Copy link
Owner

Thanks!

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

2 participants