Closed kamrenz closed 9 years ago
I have a folder that contains all my Less code. I want that whole folder to be watched. How is something like the following accomplished?
{ "less": [ "src/css/main.less", "src/css/less-component/*.less" ] }
This is not possible and does not make sense in my opinion for this extension. If you want to compile a number of less scripts, you should consider using gulp or grunt.
I have a folder that contains all my Less code. I want that whole folder to be watched. How is something like the following accomplished?