Log .less errors to console

killmess

New Member
Each time I have a .less syntax error I have to open the exact less file in browser in order to view the error message.I was wondering if it is possible to somehow output .less errors to console so I can view all errors directly in the Console log when - for example - using Firebug?I'm using dotless. I tried setting the webconfig to (by following info this link )\[code\]<dotless minifyCss="false" cache="false" web="false" log="error" logger="dotless.Core.Loggers.ConsoleLogger" />\[/code\]but seems like I'm missing something - not really sure, if I understand the logger correctly.Also the info about logger on the site states:\[quote\] Can be set but then gets overidden by the "web" boolean\[/quote\]Does this mean that I must not set the web boolean? How could I make this work?
 
Back
Top