Skip to content

IvanSivak/ASP.NET-Core-MVC6-Gulp-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core MVC6 Lightweight Gulp Template

ASP.NET Core MVC6 Lightweight Gulp Template

http://www.ivansivak.net/blog/aspnet-core-mvc6-gulp-template

When you create a new ASP.NET Core Web Application the default template uses built-in .NET Core bundles mechanism which takes care of JavaScript and CSS files bundling and minification. The same can be achieved using well known Gulp and both have their pros and cons.

Personally, I prefer the Gulp over the built-in .NET Core bundles. My projects usually tend to be JavaScript very rich and it is mostly the JavaScript part that grows a lot. As the development goes by sooner or later you will end up using various gulp plugins such as nunjucks for templates processing and many others. Having it all (the minification and bundling) nicely managed by gulp since the beginning brings more clarity to the project and in my eyes is a way more powerful.

There are alternatives, for example ASP.NET MVC Boilerplate template that uses gulp. Since Boilerplate is quite heavy template I decided to create my own lightweight ASP.NET Core MVC6 Gulp Template.

http://www.ivansivak.net/blog/aspnet-core-overview-changes

About

ASP.NET Core MVC6 Lightweight Gulp Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published