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

Update Readme.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Readme.md #2

wants to merge 1 commit into from

Conversation

jafin
Copy link

@jafin jafin commented Mar 29, 2018

Updating code sample to reflect how to Configure. (based on example code)

Updating code sample to reflect how to Configure.  (based on example code)
Copy link
Owner

@sergeysolovev sergeysolovev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My congratulations! This is the first pull request to this repo! 🎉

You're right, the docs contain mistake, I didn't yet push the most recent version. Thank you very much for you pull request.

Overall it looks great, I just want one styling fix to be made before merging into master

//...
app.UseWebpackDevServer();
}
else
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra indentation before else, please remove it

@sergeysolovev
Copy link
Owner

sergeysolovev commented Apr 9, 2018

@jafin I've update the master and published the latest changes to nuget:
https://www.nuget.org/packages/Webpack.AspNetCore/2.0.0-beta3

Now README is valid, except this line:

public void Configure(IApplicationBuilder app)

It doesn't include the hosting environment variable and your PR fixes it. Could you please rebase with the latest master and update your PR? The latest master also includes the correct version of xunit, so CI builds would pass.

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