Base solution for your next web application
Open Closed

Scripts vs libs folder #2375


User avatar
0
eggersa created

In the template of the ASP.NET Zero solution are two folders with 3rd party libraries. One is the Scripts folder that comes with every new ASP.NET MVC solution and the other one is the libs folder. Both of them contain a lot of different libraries. I couldn't make a proper distinction why some libraries are in the Scripts and other in the libs folder? Can someone explain me the concept behind those two seperate folders?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    The reason behind the lib folder is Metronic template. Since it uses specific versions of many libraries, they are located under lib folder.

    Scripts folder mostly contains libraries added by us to project.