curist / grunt-bower

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

Add support for Files Array Format in packageSpecific.files to Allow for Additional Single Package Flexibility #67

Open kyledmoore opened 7 years ago

kyledmoore commented 7 years ago

See my comment in issue 58

Within a single packageSpecific block, it'd be nice to be able to send resources of a single type to multiple destinations (i.e., fonts_dest, and images_dest are great, but don't encompass all potential use cases) and with differing options (e.g. keepExpandedHierarchy:true for some assets, false for others).