web-essentials

Web Essentials 2017 not showing up in VS 2017

限于喜欢 提交于 2019-12-10 12:32:39
问题 I've installed Web Essentials 2017. When I open Visual Studio Enterprise 2017, it shows as being an installed extension, and "Reset Web Essentials" shows on the tools menu, but there are no settings that I can see. Shouldn't a settings dialog box be available somewhere? Also, I thought if I create a .less file, open it, then save it, .css and .min.css files should immediately show up below the less file. That doesn't happen. Additionally, the Web Essentials toolbar doesn't appear in Edge when

Can Web Essentials be configured to NOT add *.css files to Visual Studio project?

走远了吗. 提交于 2019-12-10 00:58:25
问题 We are using Visual Studio + Web Essentials to compile LESS files to CSS. Whenever we change a LESS file Web Essentials insists on creating a *.css, *.min.css and a *.css.map file AND add them to the Visual Studio project file. We don't want to check-in these files to Source Control the same as we don't check-in dll files. So my question is: Can we configure Web Essentials to NOT add *.css & *.css.map to VS project? 回答1: No. Web Essentials will add the generated CSS files to the VS Project.

How to compile Bootstrap LESS source in VS 2013

a 夏天 提交于 2019-12-09 05:43:12
问题 I have visual studio 2013 Ultimate Update 4 plus Web Essentials installed and updated. I download bootstrap V3.3.1 source I copied the css, js, fonts and less folder to visual studio. Now I want to compile all .less files after my edits there to overwrite the bootstrap.css file, I selected all files in solution explorer and right click but all Web Essentials menu items disabled. What are the steps I should follow to compile all files to .css file or should I use a different tool than Web

Paths to images not generated correctly when importing .less files using Web Essentials

我是研究僧i 提交于 2019-12-08 04:35:33
问题 An issue I'm having with Web Essentials is that the paths to my images seems to be generated incorrectly. For example, when I have this structure: /css main.less /* imports _sub.less */ main.css /* generated */ /css/subfolder _sub.less and _sub.less contains a reference to an images with '../img/some/folder/myimage.jpg' , it gets prefixed by the subfolder in the generated css file. Resulting in 'css/subfolder/../img/some/folder/myimage.jpg' . That is incorrect because ../img does not exist

Missing Typescript Options in Web Essential for Visual Studio 2012

∥☆過路亽.° 提交于 2019-12-07 14:51:50
问题 I am setting up Visual Studio 2012 and TypeScript. Issue I am coming across is, Web Essentials in Visual Studio 2012->Tools->Options-> Web Essentials->TypeScript all options are missing (Screen Shot attached) . Link (http://www.drdobbs.com/windows/working-with-typescript-in-visual-studio/240154792) Figure #6 which mentions all possible options which should be available about same and I was referring "TypeScript Revealed" book which also shows same options (Page #16). What could be potential

Web Essentials 2017 and TypeScript definition generation

╄→尐↘猪︶ㄣ 提交于 2019-12-07 13:48:23
问题 Just installed Web Essentials 2017 from the Visual Studio marketplace but the feature to create TypeScript definition from a C# class seems to be missing. In Web Essentials 2015, I would right mouse over the C# class file and there would be an option "Create TypeScript Intellisense file". I checked the project change log and it shows that the TypeScript definition file generator was implemented in 1.2 and the installed version is 1.5.8. https://github.com/madskristensen/WebEssentials2017/blob

Can't compile nested less files with Web Compiler 2015

萝らか妹 提交于 2019-12-07 12:39:20
问题 well, I was quite surprised when installing Web Essentials 2015 for Visual Studio 2015 that it didn't include a less compiler anymore: "Web Essentials 2015 no longer contains features for bundling and minifying of JS, CSS and HTML files as well as compiling LESS". Everything worked fine before with Visual Studio 2013. So I downloaded Web Compiler 2015, as it is the new compiler from Mads Kristensen. But, after adding all the needed files to be compiled to the compilerconfig.json, I have an

JavaScript IntelliSense list in VS 2013 for a custom script TOO LONG. How to suppress some items?

守給你的承諾、 提交于 2019-12-07 07:56:42
问题 I will start by first asking 2 questions so If anyone knows it doesn't have to read this long post: But how do I suppress enormous list of undesired items in IntelliSense list for a custom JavaScript file (be it .js or .ts - typescript with compilation)? How can I fine control what I would need? _references.js seems like a good starting point (for global reference) Can anybody explain how .validate-vsdoc.js and .intellisense.js and /// When I watched Mads Kristensen's video Visual Studio: C#

Web Essentials 2017 and TypeScript definition generation

ⅰ亾dé卋堺 提交于 2019-12-06 03:50:58
Just installed Web Essentials 2017 from the Visual Studio marketplace but the feature to create TypeScript definition from a C# class seems to be missing. In Web Essentials 2015, I would right mouse over the C# class file and there would be an option "Create TypeScript Intellisense file". I checked the project change log and it shows that the TypeScript definition file generator was implemented in 1.2 and the installed version is 1.5.8. https://github.com/madskristensen/WebEssentials2017/blob/master/CHANGELOG.md What did I miss? Web Essentials is now split into multiple extensions. To install

Can't compile nested less files with Web Compiler 2015

人盡茶涼 提交于 2019-12-06 02:30:49
well, I was quite surprised when installing Web Essentials 2015 for Visual Studio 2015 that it didn't include a less compiler anymore: "Web Essentials 2015 no longer contains features for bundling and minifying of JS, CSS and HTML files as well as compiling LESS". Everything worked fine before with Visual Studio 2013. So I downloaded Web Compiler 2015, as it is the new compiler from Mads Kristensen. But, after adding all the needed files to be compiled to the compilerconfig.json, I have an error on compilation that it doesn't recognize my variables anymore nor my mixins! Here's my site.less: /