Open rjgotten opened 8 years ago
Would be a big win for readability if multiple GlobObject specs were allowed on a siteConfig. E.g.
GlobObject
siteConfig
"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.
Would be a big win for readability if multiple
GlobObject
specs were allowed on asiteConfig
. E.g.Having to roll that up into one glob leads to an unreadable, unmaintainable mess.