You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't consider it because Kengo is a JavaScript solution, not a .NET based solution... But then, so is jQuery, and there's a nuget for that... (and a very useful one) I'll have to learn how to create a nuget package first though... :-)
Creating a NuGet package is quite easy. You can just click one together with the NuGet Package Explorer. The biggest issue, however, is maintenance. Every time you have a new version, you have to update the NuGet package and release it.
In #52 I added support for Bower. With Bower you only have to tag releases on the repository, and that's it. My idea would be to advise people to use Bower for their front-end dependencies, to keep the maintenance workload at a minimum.
Felipe, I suggest (of course, as soon as possible) to create a nuget package for this project.
The text was updated successfully, but these errors were encountered: