Skip to content

leemicw/WebEssentials2013

This branch is 702 commits behind madskristensen/WebEssentials2013:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Dec 17, 2013
May 5, 2014
Apr 26, 2014
Jan 5, 2014
Jun 18, 2013
Jan 2, 2014
May 4, 2014
Apr 16, 2014
Jan 2, 2014
May 4, 2014
Feb 28, 2014
Jan 3, 2014
Jan 5, 2014
Jun 18, 2013
Dec 11, 2013
Apr 19, 2014
Jan 3, 2014
Jan 5, 2014
Jan 3, 2014
Mar 8, 2014

Repository files navigation

Web Essentials for Visual Studio 2013

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, TypeScript, CoffeeScript, LiveScript or LESS, 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.

##Getting started To contribute to this project, you'll need to do a few things first:

  1. Fork the project on GitHub
  2. Clone it to your computer
  3. Install the Visual Studio 2013 SDK.
  4. Open the solution in VS2013.

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.

##Useful Links