Support wild cards for barback transformers #16344
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
type-enhancement
A request for a change that isn't a bug
For Angular transformers, there's a scenario where they need to extract expressions from all HTML files within a directory. Currently in order to do this, the transformer needs to have some listing of all the files to be included. It would be ideal if the user could just provide some form of directory or regular expression of paths.
This seems like something which would be needed for an image sprite builder as well to avoid requiring every individual image be listed.
The text was updated successfully, but these errors were encountered: