-
Notifications
You must be signed in to change notification settings - Fork 926
gulpfile.js and files from Resources folder in 2.2.0 #222
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
Comments
As far as i understand it correctly you can now tell reactjs.net to load your own reactjs version.
|
Hmm, that's not supposed to happen! You don't need those files at all, they're only used internally in ReactJS.NET. What version of Visual Studio are you using, and what version of ASP.NET? Sorry for the delay in replying, I was on vacation. |
These files comes from folder If these files are completely not required in end projects using React.Net (I've checked, seems works fine without them) they should be excluded from .nupkg. Simple way to do so is to mark these files with Build Action |
Oh yeah, that sounds like a mistake. I'll fix this up soon. Thanks :) Sent from my phone.
|
Just released ReactJS.NET 2.2.1 which fixes this. Thanks for the bug report! |
Hello.
When I install React.Core package from NuGet, the gulpfile.js and files from Resources folder have been added to the my project. Why is this happening? Do I need really these files? I cannot find anything about it in the documentation.
Thanks!
The text was updated successfully, but these errors were encountered: