I'd love to use NuGet for jQuery, jQuery UI, Modernizr, Knockout.js, and more. But NuGet wants to put the associated files in /Scripts, which would get way too messy. I'd much prefer them to go into /Content/Scripts/libraries, or at the very least /Scripts/libraries.

Is this possible?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

This is not something the NuGet Itself does. Where files go is defined by the Packages themselves. So the Author of the package would need to change the location :-/ You could however author your own package that put the files in the right spot. http://nuget.org/Contribute/Index

link|improve this answer
This is the one thing that NuGet sucks at. It also makes it more difficult to maintain the <reference> lines in .js files. – Simon Bartlett May 26 '11 at 8:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.