Gulp and Visual Studio: concatenation and minification

Gulp and Visual Studio: concatenation and minification

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 Part 1: Setting up...

Continue reading →

Gulp and Visual Studio: Getting SASSy

Gulp and Visual Studio: Getting SASSy

Getting SASSy with Gulp in Visual Studio In my previous blog I showed you how to set up Visual Studio for use with Gulp. Now I want to show you how you can use it in everyday development, including processing SASS, running tests, linting your code and getting ready for deployment. In this series of posts I'll talk about how you...

Continue reading →