We have a MVC 4.5 app and it has a bunch of LESS files. VS2013/Web Essentials does a fantastic job of compiling the LESS files to CSS as long as I am in VS. We had a new designer join our team and he is not too keen on using VS and I dont blame him. We have psake build scripts that build our project using MSBuild, so we can give him a powershell script to build the application on his machine without opening VS but surprisingly the LESS files are not getting compiled into CSS when built by MSBuild.
Is there any way I can use the same tools that Web Essentials uses to compile the Less files from the command line?