I’m using Symfony 2 as an app framework and i’ve integrated dynamic compilation of LESS scripts to CSS for each page refresh. This is the guide i followed:
http://www.kiwwito.com/article/less-css-with-assetic-and-symfony-2
Everything seems to work fine but when i have an error in a LESS script all compilation fails and no CSS is delivered to the browser.
How can i get feedback from the LESS compiler about what went wrong? Are there any logs written anywhere to help debugging LESS scripts with Symfony?
In developer mode Symfony writes a developer log here which contains less errors along with other feedback.