I have a web project I'm working on and it is using LESS to combine all the files into one CSS for me. However I obviously don't want the client side javascript to have to run in production as that is going to slow things down.
Is there a way with the client-side less.js that it can export the .less files you give it to a single CSS file, which I could then call in my live environment?