Results 19 comments of DarkPark

thank you for this detailed answer I would also appreciate some words regarding `sourceMapBasepath`, `sourceMapRootpath`, `outputSourceFiles` as I was not able to make it to create separate map files and...

but this line https://github.com/less/less.js/blob/v2.2.0/bin/lessc#L398 shows that it should actually write separate source map files by itself

this whole conception is not clear for me there is a code inside which does seems exactly what I need but you say it's not working and I need to...

thank you for explanations

I have the same problem. But without flag `--runInBand` I don't get the error on my PC, tests are completed in parallel successfully. When I add `--runInBand` flag I have...

@SimenB but it works without `--runInBand` flag.

It's rather strange that I have different results in my local environment and Github Actions runner. The same OS (Ubuntu), nodejs version and run command.

@yuriykashin - I agree ``` js app.get('/', function(req, res) { res.send(200, false); }); ``` this really gives empty body on the client which is strange please consider changing this

+1 a good example of implementation is webpack: ``` js var webpack = require("webpack"); // returns a Compiler instance var compiler = webpack({ // configuration }); // regular build compiler.run(function(err,...

It's very frustrating. Please put the binary `ffplay` back to the docker image.