PreviousNext

Gulp and Visual Studio: concatenation and minification

by bill-s, 2015-09-26T18:31:04.000Z

In my previous blog I wrote about how we can use Gulp to compile SASS. This time it’s all about how we can use Gulp in Visual Studio to prepare files for a release by minifying and concatenating them. I’ve put up a project using the standard MVC 5 template for this series of posts here

Read More