Web Essentials for Visual Studio 2015
Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years.
If you ever write CSS, HTML, JavaScript, CoffeeScript, LESS or Sass, then you will find many useful features that make your life as a developer easier.
This is for all Web developers using Visual Studio.
To get the latest nightly build, follow these instructions.
The compilers have been removed from Web Essentials and a new extension has been created specifically for compiling web resources. Download Web Compiler
For bundling and minification, use Bundler & Minifier
To contribute to this project, you'll need to do a few things first:
- Fork the project on GitHub
- Clone it to your computer
- Install the Visual Studio 2015 SDK.
- Open the solution in VS2015.
To install your local fork into your main VS instance, you will first need to open Source.extension.vsixmanifest
and bump the version number to make it overwrite the (presumably) already-installed production copy. (alternatively, just uninstall Web Essentials from within VS first)
You can then build the project, then double-click the VSIX file from the bin folder to install it in Visual Studio.