Questions tagged [web-essentials]

Web Essentials is an open-source extension for VisualStudio written by Mads Kristensen, a Program Manager at the Microsoft Web Platform team, which, according to its own site: 'Adds many useful features to Visual Studio for web developers'

Full details of Web Essentials can be found here and here.

The extension provides better support for HTML, JavaScript, CSS, CoffeeScript, JSHint, LESS, and TypeScript in Visual Studio 2012.

To contribute, send the pull request to Web Essentials 2012 or Web Essentials 2013 on GitHub. Also, to report the bug, open issue on corresponding GitHub repo.

400 questions
51
votes
6 answers

How to show / unhide Web Essential bar from chrome?

I've checked autohide and the bar disappeared but now how can I see it again?
Revious
  • 6,994
  • 29
  • 89
  • 133
29
votes
1 answer

Google Chrome "Failed parsing SourceMap" : css.map (Web Essential)

Visual Studio 2013 UP5 + Web Essential's (v. 2.6.36) generated css.map files are invalid in "Google Chrome", however it is valid in "Firefox". Due to this it became impossible to debug less files in google chrome. Currently, I am using Web…
Md. Alim Ul Karim
  • 2,282
  • 2
  • 24
  • 33
26
votes
5 answers

Chrome not loading CSS source maps?

Until recently, my Chrome browser was loading CSS source map files correctly. Now, it is not. The setting is on: And the CSS files have a source mapping tag at the bottom: /*# sourceMappingURL=Home.cshtml.css.map */ But the Network tab and…
Glen Little
  • 6,464
  • 4
  • 40
  • 64
26
votes
4 answers

How can I configure Web Essentials 2013 to ignore files?

I have a fresh MVC 5.1 web app project in VS 2013 (Update 1) w/ Web Essential 2013 (latest as of today) installed. After building the project, Web Essentials scans for javascript files and post messages to the output window for any issues it finds.…
Jim Lamb
  • 23,927
  • 6
  • 39
  • 47
25
votes
3 answers

How can I disable JSCS in Web Essentials for Visual Studio 2013?

How might I disable JSCS in the latest version of Web Essentials for Visual Studio 2013? I was unable to find a relevant option in the menu. I tried setting the JSCS configuration to ignore all files. This caused it to occasionally generate messages…
Keen
  • 916
  • 12
  • 19
24
votes
1 answer

Prevent Web Essentials in Visual Studio from returning Foundation column validation errors

Using Visual Studio 2013 & Web Essentials 2013 for Update 2. I'm getting many errors from the Foundation validation in the VS Error List, which is rather annoying. When using "columns", you must also specify the class "small-#", "medium-#" or…
Lucidize
  • 283
  • 2
  • 10
23
votes
3 answers

Web Essentials Browser Link not Working in Visual Studio 2015 for only ASP.net 5 applications

Installed Web Essentials in my new computer but I cannot get Browser Link working with ASP.NET 5 / MVC6 web Applications projects. Works Fine with ASP.NET 4.5 however. This is what I have tried so far. My project.json has following dependencies…
22
votes
1 answer

Scss global variables across files

This is in VS 2013 update 3. I declared the variables in _variables.scss: $fontFamily: "Times New Roman", Times, serif; $shapeColor: #ACAEAA; ... Then it is imported at the very beginning of my main.scss as below: @import '_variables.scss'; @import…
Quentin
  • 1,240
  • 15
  • 30
17
votes
0 answers

Visual Studio Intellisense issue: Unknown CSS class 'some-class'

I'm developing in Visual Studio 2013 Premium along with Web Essentials 2013 (update 4) an MVC 5 application with LESS for my CSS preprocessor. Web Essentials automatically compiles the files upon saving of the .less file. The issue I am having is…
james
  • 3,625
  • 6
  • 30
  • 55
17
votes
5 answers

How to ignore certain LESS files in Web Essentials LESS compiling? (Bootstrap)

I've set up Web Essentials 2013 (in Visual Studio 2012) and loaded in the default Twitter Bootstrap LESS source files. Auto-build and minification is working perfectly, except Web Essentials quite overdoes the job. When I select "bootstrap.less",…
Acrotygma
  • 2,375
  • 3
  • 23
  • 51
17
votes
2 answers

How to compile Twitter Bootstrap 3.0 LESS using Asp.net MVC 5 and Web Essentials 2013

I've set up Visual Studio 2013 RC and Web Essentials 2013. I'm trying to create an Azure Cloud Service and a Web Role using ASP.Net MVC 5. Installed Twitter Bootstrap Less Source 3.0 and wanted to bundle all less files using Web Essentials 2013. I…
17
votes
3 answers

Less not work with WebEssentials in visual studio 2012

When i create a less file with .less extension, WebEssentials not show less syntax(intellisence, colored syntax) And not appear preview page, ever not known less files! also all of less options in WebEssentials settings is enabled. what is…
user197508
  • 1,262
  • 2
  • 16
  • 31
16
votes
3 answers

How do you use JsHint ".jshintrc" file with Visual Studio 2013 Web Essentials extension?

I have installed the "Web Essentials" extension into Visual Studio 2013. I am now getting JSHint warnings appearing in my "Error List" window under the Messages section. However, it is complaining about some global variables that it thinks are not…
ClearCloud8
  • 4,729
  • 4
  • 38
  • 51
16
votes
2 answers

Error after build - Web Essentials 2012

I got this error very frequent for my asp.net MVC4 applications. The project does build OK but it shows a message in the output. 18/04/2013 3:17:57 p.m.: Object reference not set to an instance of an object. at…
Adamy
  • 2,581
  • 3
  • 24
  • 24
16
votes
2 answers

LESS compiler and relative @import references not working in Web Essentials 2012 v2.7

The update to v2.6 works from with VS 2012 and I have the Web Tools 2012.2 update installed, but a problem that I noticed that does not exist in the v2.5.1 version (I downgraded to fix for now) is that the @import lines in LESS files do not locate…
Neil Monroe
  • 1,206
  • 1
  • 14
  • 20
1
2 3
26 27