GitXplorerGitXplorer
m

WebEssentials2015

public
299 stars
92 forks
84 issues

Commits

List of commits on branch master.
Unverified
9a9eaa4455f9b146981252d7b03e45db3adf34ce

Merge pull request #232 from trs79/master

mmadskristensen committed 8 years ago
Unverified
9e5ce835db4070a9db7aab9f71b561731d6eaadf

Fix to parse enums with negative numbers

sstowellt committed 8 years ago
Unverified
b582cf358003a264be23d4816f010bfcb65d7b79

Merge branch 'master' of https://github.com/madskristensen/WebEssentials2015.git

mmadskristensen committed 8 years ago
Unverified
bffe6e3eadc536bd9af64c5c50c83014a7491514

Removed file icon mappings

mmadskristensen committed 8 years ago
Unverified
916ba8a29600ed4071a2b642a731241beeda6c15

Merge pull request #206 from Taritsyn/master

mmadskristensen committed 9 years ago
Unverified
9a3014e76ebf5e97505b822bd4c10e82c64f878c

HTML: Update WebMarkupMin to version 2.0.0 and add `PreserveCase` property to HTML minification settings

TTaritsyn committed 9 years ago

README

The README file for this repository.

Web Essentials for Visual Studio 2015

Build status

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.

LESS/Sass/CoffeeScript compilation and bundling

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

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 2015 SDK.
  4. 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.

Useful Links