Do you use Web Compiler extension?

Last updated by TiagoAraujo almost 6 years ago.See history

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.

web compiler find error
Figure: Web Compiler can find missing curly braces

Unfortunately different kinds of errors, like are not caught.

web compiler didnt find error
Figure: Curly braces in the wrong place, but still compiled successfully

In addition, Gulp is wrongly successful too:

gulp didnt find error
Figure: Gulp couldn't find the curly braces error

We open source. Powered by GitHub