generator-aspnetdnx2
Version:
Yeoman generator for ASP.NET 5 apps
5 lines (3 loc) • 768 B
Markdown
> All of the static files in your project go into this folder. These are assets that the app will serve directly to clients, including HTML files, CSS files, image files, and JavaScript files. The `wwwroot` folder is the root of your web site. That is, `http://hostname/` points to `wwwroot`, all URLs for static content are relative to the `wwwroot` folder.
We have taken the quote above on the role of the `wwwroot` directory, the static files and assets in the vNext projects, from this excellent article on ASP.NET (which you should read for all the details):
[](http://www.asp.net/vnext/overview/aspnet-vnext/grunt-and-bower-in-visual-studio-2015#static-files)