ASP.NET: NuGet / NuPack: setting location package files is placed in

OK, so help me understand something. I have a new MVC solution and want to use NuGet to update Modernizr.

The problem is that NuGet puts Modernizr scripts under ~ / Scripts. This will not work - we decided to put our JS in ~ / js.

How do I reconfigure this package to tell NuGet that the Modernizr package should go to ~ / Scripts or ~ / Scripts / global instead?

+3
source share
2 answers

I don’t think you can do this - I don’t think that this is NuGet functionality, but rather the location of the scripts inside the NuGet package. This may vary from one package to another: - (

+1
source

NuGet, NuGet, NuGet. , , . NuGet "" . .

+1

All Articles