-
-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
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": {}
},
celluj34, jasonkres, geirsagberg, Anonbun, gbanister and 13 more