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)
-
0
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.