I once watched a TekPub video on MVC2 that suggested renaming Content folder as Public, Adding Scripts to this folder etc.
A couple of developers I am showing MVC preferred this structure and tried it. However with the inclusion of NuGet it seems to expect the folders to be in the standard locations. E.g. JQuery I think just puts itself in \Scripts folder. Guess that is convention over configuration.
Is there anyway to restructure the default folders but explain to NuGet where to put things? Is it just a bad idea to change the default layout?