curist / grunt-bower

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

add skipPatterns property to allow selectively skipping files that match given regex pattern #50

Closed adnanh closed 7 years ago

curist commented 9 years ago

Thanks for implementing this.

But wouldn't it be nice if we take a filter function to check whether we want a file to be copied? I think that approach is more general and flexible.

And we still need to consider how to deal with a root filter function and package specific filter function.