Hacker News new | ask | show | jobs
by WorldWideWayne 4296 days ago
One thing I wish NuGet would do - let me download packages directly from Github, like Bower and Grunt do. I do use Bower and Grunt with ASP.NET but usually mixed with some NuGet packages. It would be nice to have one system for all.
2 comments

Visual studio just added support for Bower and Grunt[1]. I'm thinking that might help us separate the ecosystem again -- nuget for server-side, bower/grunt for client-side.

[1] http://www.hanselman.com/blog/IntroducingGulpGruntBowerAndNp...

Wouldn't git submodules work for that? Assuming you use git for your own repo.