Gulp & Visual Studio

Visual Studio is one of the most popular software to create application or website in .Net environment. This software supports Sass and Less but it doesn’t compile those two languages making them complicated and useless.

In the new version (Visual Studio 2015), Intellisense has not been fixed and still has difficulties to make links between Sass and Less file types.

Even so, the new version of Visual Studio offers some new features that help us with these problems.

(more…)

How to use Gulp on Mac Windows & Linux

Gulp plugin is a task runner. For example, you can easily: transform your Sass (or Less) files in css files, minify them, using autoprefixer, join them in 1 files, check your JavaScript files with jsLint and much more. If you code a little bit it can be really useful. It is one of my favourite tools for my web site development and it is totally free. It might be a little frightening at the beginning but with some practice and courage, it is easier than it looks.

(more…)