less/less-docs

Creating sourceMap issue on less.render

jonathanhotono opened this issue · 2 comments

Referring to issue #282

I tried to render the less file with an aim to also get the sourceMap.
image
The code that I used was exactly the same as in explanation but I always got an error thrown TypeError: a.getSourceMapGenerator is not a function at the cdn cloudflare. Is there any insights over this issue?

Thanks

Jonathan

Wrong repository. For Less language and compiler issues use https://github.com/less/less.js.


(Either way a quick answer: the browser version of the Less compiler does not include the sourcemap generation facility (this would increase the size of the script too much for the sake of usually unused stuff). For a debugging purposes consider using more convenient client-side tools (e.g. node etc.)).

Closing as wrong repo.