curist / grunt-bower

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

Don't fail if stripGlobBase is true and file is absolute #57

Closed idmontie closed 8 years ago

idmontie commented 8 years ago

Fix the case where the file name is absolute, but the stripGlob Base is set to true. This currently results in the whole package not being copied over, rather than the expected result of only the file name of the file being used.

curist commented 8 years ago

Tests passed, I'm happy, pull request accepted. Thanks for your contribution.

idmontie commented 8 years ago

Thanks! :+1: