Closed cawoodm closed 11 years ago
Hmmm, I think you can already do this:
"afterSave": {
"**/components/*.js": "copy /y /b components\\*.js components.js",
"**/systems/*.js": "copy /y /b systems\\*.js systems.js"
}
The afterSave block is an object and it can have multiple properties.
I believe that if there's more than one we will try each pattern you have added until one matches.
Doesn't that do what you want?
Aye it does. I do apologise for troubling ye!
No problem. And thanks for confirming this does what you want.
Currently afterSave is single-valued - let's make it an array:
This would facilitate different on-the-fly builds/tests based on different wildcard matches.