Do you use Web Compiler extension?

Updated by TiagoAraujo 7 years ago. See history

123

You can use Visual Studio's Web Compiler extension to create a bundle.css and test if CSS was compiled successfully. More information and download at Visual Studio Marketplace.

Image

✅ Figure: Web Compiler can find missing curly braces

Unfortunately different kinds of errors, like are not caught.

Image

❌ Figure: Curly braces in the wrong place, but still compiled successfully

In addition, Gulp is wrongly successful too:

Image

❌ Figure: Gulp couldn't find the curly braces error