web-compiler

Which version of SASS is my WebCompiler extension using?

江枫思渺然 提交于 2020-02-25 08:30:36
问题 I'm using the WebCompiler extension for VS and I'm trying to find out what version of SASS it's using. I can't for the life of me figure it out. I've tried looking in the extension information (in VS), on the github repo, and in the changelog. Now I'm wondering if it uses on internal version of SASS of if it references it from somewhere else. Please can somebody point me in the right direction? 回答1: Look like the latest node-sass https://github.com/madskristensen/WebCompiler/blob

BundlerMinifier and WebCompiler does not output files on build

落花浮王杯 提交于 2019-12-24 06:35:29
问题 We've just removed Gulp from our build and using the Bundler & Minifier (https://github.com/madskristensen/BundlerMinifier) and Compiler (https://github.com/madskristensen/WebCompiler) and both the bundleconfig.json and compilerconfig.json have "Enable bundle on build" and "Enable compile on build" ticked, but when I build or rebuild the solution, none of the output files are generated. If I right-click the json's and either "Update bundles" or "Re-compile all files" manually, then the files

Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

纵然是瞬间 提交于 2019-11-30 16:24:51
问题 Recently, when I compile my scss files I get an error. The error message says: Browserslist: caniuse-lite is outdated. Please run next command npm update caniuse-lite browserslist First, as the message says, I ran "npm update caniuse-lite browserslist" but it didn't fix the issue. I deleted the whole nod-modules directory and installed again, also I updated the whole folder by npm update but none of them solved the issue. I also reinstalled autoprefixer and browserslist but none of them