curist / grunt-bower

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

packageSpecific option does not copy to defined dest #25

Closed zappan closed 10 years ago

zappan commented 10 years ago

When using packageSpecific option, file doesn't get copied to its defined dest because of a bug in defining the dest_file_path in tasks/bower.js

curist commented 10 years ago

Thanks for the fix!