You can already do this by doing:
<!-- include: "type": "js", "files": [ "scripts/libs/**/*.js", "scripts/app/**/*.js" ] -->
I feel simply splitting on a comma in the glob pattern could lead to unexpected results, like having a file name with a comma in it in your Glob pattern.
Unless you have a very good reason to do it, I think the array syntax is a better solution since you can completely rely on the JSON parsing. I'll leave the issue open for now, awaiting your response.
You can already do this by doing:
<!-- include: "type": "js", "files": [ "scripts/libs/**/*.js", "scripts/app/**/*.js" ] -->
I feel simply splitting on a comma in the glob pattern could lead to unexpected results, like having a file name with a comma in it in your Glob pattern.Unless you have a very good reason to do it, I think the array syntax is a better solution since you can completely rely on the JSON parsing. I'll leave the issue open for now, awaiting your response.