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?
source
share