curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

ignorePackages should allow for typical regex #52

Open iDVB opened 9 years ago

iDVB commented 9 years ago

instead of just excepting explicit names of packages to ignore... it would be good to handle these tyipcally with regex so that people can say things like....

ignorePackages: ['jquery.*', 'bootstrap'] etc