jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

autoprefixer error message #63

Closed piccaso closed 9 years ago

piccaso commented 9 years ago

A faulty configuration line like this:

// autoprefixer: last 2 ersions

Would result in an error like this:

Error in file 'undefined' on line undefined: undefined

This little change will turn it into this:

Unknown browser query `last 2 ersions`

But I'm not sure if its a good idea to treat all error messages this way...

jdiehl commented 9 years ago

Thanks!