I have lots of .less files in my solution, one per page.
I want to add a build step that quickly runs through my solution and puts all the files ending in .less into one massive .less file.
I've not found anything that specifically does this via google. I don't want to compile to CSS, at least not at this point.
Is there a tool out there that will do this? Or should I write one myself?