I recently upgraded a MVC 3 project to MVC 4.
In the app there are 3 areas. The areas use the same scripts as elsewhere.
Before the upgrade views in areas just used scripts from the Main Scripts folder ( /Scripts) but now I get a 404 (Not Found) because its looking here - /AREANAME/Scripts/jquery-1.10.1.min.js
Obviously I dont want to duplicate the scripts folder to all the areas folders so my question is how do I make the areas use the scripts in the main folder?
I reference the scripts like this in layout page