-
Notifications
You must be signed in to change notification settings - Fork 17
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
.gitignore contains files in wwwroot/dist which will not be automatically be created #21
Comments
It's up to you. Since those a build artifacts, it's normal not to commit them into source control. |
When they are created, yes, they should be ignored. |
They are created when running webpack, which is best thought of as being part of building the project (though it's not wired into the build process as far as MSBuild is concerned, because often you'd want to build .NET code independently and not wait for a webpack build). |
Ok, so maybe it just needs some documentation how to build those after checking out a project? |
Just wondering why there was no response on the question asked by SamJost. Needs some documentation please... |
wwwroot/dist/89889688147bd7575d6327160d64e760.svg
wwwroot/dist/vendor.css
wwwroot/dist/vendor.js
The error message fails to load the web page due to missing wwwroot/dist/vendor-manifest.json file.
Probably these files should not be excluded from git by using .gitignore?
The text was updated successfully, but these errors were encountered: