loudenvier / kendo-global

Language packs for Telerik's Kendo UI (open source and commercial version)
87 stars 65 forks source link

nuget package #45

Open penihel opened 10 years ago

penihel commented 10 years ago

Felipe, I suggest (of course, as soon as possible) to create a nuget package for this project.

loudenvier commented 10 years ago

Hi penihel,

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... :-)

I'll respond here when it is done.

marklagendijk commented 10 years ago

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.