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?
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?