Grunt convert multiple less files to corresponding css files

108 Views Asked by At

I have 2 less files a.less and b.less. I want to convert them into a.css and b.css using grunt but grunt-contrib-less task concatinates the two files.

How can I convert both the less files into their corresponding css files?

0

There are 0 best solutions below