emberfeather/less.js-middleware

Replacement for dumpLineNumbers option in v 2.*.*

Closed this issue · 1 comments

I'm interested in upgrading from 1.0.4.

Is there a new syntax for the old parser option

dumpLineNumbers: 'comments'

?

The dumpLineNumbers should still work, you just need to pass it into the less renderer. Try something like this:

{
  'render': {
    'dumpLineNumbers': true
  }
}