Questions tagged [web-compiler]

A Visual Studio extension that compiles LESS, Sass Stylus, JSX, ES6 and CoffeeScript files.

https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebCompiler

Features

  • Compilation of LESS, Scss, Stylus, JSX, ES6 and (Iced)CoffeeScript files
  • Saving a source file triggers re-compilation automatically
  • Specify compiler options for each individual file
  • Error List integration MSBuild support for CI scenarios
  • Minify the compiled output
  • Minification options for each language is customizable
  • Shows a watermark when opening a generated file
  • Shortcut to compile all specified files in solution
  • Task Runner Explorer integration Command line interface
  • Integrates with Web Analyzer
56 questions
0
votes
0 answers

How to import bootstrap scss avoiding replication of heading or class statements in the final css?

I'm trying to compile a simple SCSS file for bootsrap customization. Following some guidelines I imported the original bootrap SCSS and added some changes. The compiler is "web compiler", a Visual Studio extension. This is the SCSS file used as…
tedebus
  • 978
  • 13
  • 20
0
votes
1 answer

Web Compiler converting CoffeeScript to JavaScript with require()

I'm using Web Compiler for Visual Studio 2015, and I'm trying to compile a coffeescript file into a normal javascript file, but whenever I compile the coffeescript.js file I get the javascript.js, but with: // Generated by IcedCoffeeScript…
0
votes
1 answer

Compile/Build Issue with Img Relative Paths

I am building a site using Visual Studio and WebCompiler is enabled. When I compile on build my path files are changing to: ../../img/icons-@2x.png rather than what the expected outcome is: ../img/icons-@2x.png This is my current…
0
votes
0 answers

Sass logic not being applied if contained in mixin, but applied from function

I have two sets of Sass logic that should do the same thing, but the results are distinctly different. Can anyone explain to me why the conditional logic contained within the mixin was not applied to the results, but the same logic abstracted into a…
2C-B
  • 3,457
  • 1
  • 18
  • 22
0
votes
1 answer

VS 2015 + Web compiler - Show original .scss file name in chrome deleloper mode like Koala

I am using sass (.scss) in Visual Studio 2015 with Web compiler. It is working great as expected. But the only problem is I am not able to see the file name in developer mode as it shows in Koala To dubug, I feel this option will be really…
Reddy
  • 1,477
  • 29
  • 79
0
votes
1 answer

Compile CSS/JS files on Save using Bundler and Minifier

I have recently switched from Visual Studio 2013 to Visual Studio 2015 for developing my Web Application in MVC. We are using the LESS and JS files to compile to the Minified versions of both these files types. Now in VS2013 there was a feature…
Vegeta
  • 291
  • 2
  • 7
  • 20
0
votes
1 answer

I have added bootstrap.less to my ASP.NET MVC project in Visual Studio 2015 Community through NuGet, how can I compile them?

I have an empty ASP.NET MVC project, created in Visual Studio 2015 Community Edition. I have installed WebCompiler, and added bootstrap.less through NuGet. It created a file structure in a folder Called bootstrap in my Content Folder. There are also…
0
votes
2 answers

Stop SASS from compiling out trailing spaces in CSS

I am trying to target IE 8 & 9 via a browser specific CSS hack as demonstrated here. However, I am using SASS, (in particular, the WebCompiler Visual Studio extension), and it compiles out the trailing spaces before the semicolon. Thus .class{…
Brandon Slaght
  • 1,025
  • 1
  • 12
  • 34
0
votes
1 answer

How to create LESS source map files with Web Essentials (web compiler) 2015?

Where is Web Essentials (web compiler) options to generate map files in VS 2015? In 2013 it was just "Tools -> Options -> Web Essentials" in current version Less options is pretty hidden. I want to have map-files and compile on build. Is it…
Alexey Ryazhskikh
  • 2,458
  • 4
  • 32
  • 51
0
votes
1 answer

Visual studio 2015 - Web Compiler not working with nested less files and variable-files

My project has used Web Essentials for compiling our styling .less files in visual studio 2013. With the upgrad to VS2015 and further an update to Web Essentials 2015 we learned that web essentials 2015 does not support compiling of less files…
TorK
  • 567
  • 2
  • 10
  • 27
-1
votes
1 answer

when invoking a java method by method.invoke() its not returning any value instead print in the console log

Hello please help me to find a solution for this problem, I'm creating an web compiler for java programs I have implemented the java inbuilt compiler class to compile the code and its also giving the output but it's giving output in the console and…
1 2 3
4