I have successfully implemented dynamic compilation of LESS scripts to CSS in Symfony 2 by following this guide:
However, I am facing an issue where if there is an error in a LESS script, the compilation fails and no CSS is generated for the browser. Is there a way to receive feedback from the LESS compiler on what went wrong? Are there any logs available in Symfony to assist in debugging LESS scripts?