-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Description
Would be a big win for readability if multiple GlobObject specs were allowed on a siteConfig.
E.g.
"sites": {
"docs": {
"parent" : "root",
"dest" : "./out",
"glob" : [{
"pattern" : "docs/**/*.md"
}, {
"cwd" : "../Scripts/some-namespace",
"pattern" : "{cherry,picked,files}.js"
}, {
"cwd" : "../Scripts/some-other-namespace",
"pattern" : "**/*.js",
"ignore" : "{ignore,only,these,files}.js"
}]
}
}
Having to roll that up into one glob leads to an unreadable, unmaintainable mess.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels