Open
Description
It feels like this should support file globs. I have about 12 LESS files in a pages
directory that all need their own individual compiled files. Right now I think I need to manually add a JSON entry for each one. I'd rather do something like:
{
"files": "Content/pages/*.less",
"minify": {
"enabled": false
},
"includeInProject": true,
"sourceMap": false,
"options": {}
},