madskristensen / WebCompiler

Visual Studio extension for compiling LESS and Sass files
Other
451 stars 172 forks source link

WebCompiler installing updated versions of the compilers takes 2 minutes, I'd like to disable the update #408

Open devnicotek opened 5 years ago

devnicotek commented 5 years ago

Installed product versions

Description

When we build the projects on TFS2017 the step WebCompiler installing updated versions of the compilers adds two minutes to the build, and as far as i can tell we have the latest version. I would like to disable the update check

Steps to recreate

  1. install webCompiler
  2. select "Enable compile in build"
  3. have sass files to compile
  4. checkin to TFS 2017
  5. Do build and check logs for timing

Current behavior

2019-02-05T13:35:30.6210009Z WebCompiler installing updated versions of the compilers... 2019-02-05T13:37:25.7333127Z Compiled css/style-setup.css

Expected behavior

it would be nice to disable the update check.

spaasis commented 4 years ago

This would be extremely useful in cutting down our pipeline build times. Any ideas how to work around this?